GithubHelp home page GithubHelp logo

networkrequestman's Introduction

基于python3,wxPython开发的网络请求工具,同时包含json数据转模型的功能。

工具界面

UI界面

模拟请求

Json转Model

使用说明

1. 命令行执行

需要安装python3

cd 到工程目录 python3 NetJonser.py

2. 打包执行

需要安装python3

可执行app

可以使用工程中已经打包好NetJonser的app。 也可以自定义修改后重新打包

pyinstall 打包:

  • pyinstaller是能将py程序编译成应用程序形式的一个pip组件。它使用pip安装。 安装 pip3 install pyinstaller

cd 到项目路径, 运行程序入口,也就是main函数所在文件 NetJonser.py 在项目所在工作路径输入命令:

sudo pyinstaller --windowed --onefile --clean --noconfirm NetJonser.py sudo pyinstaller --clean --noconfirm --windowed --onefile NetJonser.spec

sudo 获取权限,可能要求输入密码 如果想要打出来的包有图标第一条命了替换:

pyinstaller --windowed --onefile --icon=icon.icns --clean --noconfirm NetJonser.py

一般很少一次通过,主要是一些包导入问题和项目文件配置路径 我遇到问题时找不到项目的配置文件 获取包路径的父路径,不可将路径写成绝对路径

networkrequestman's People

Stargazers

 avatar ian avatar  avatar Alexsey Ramzaev avatar Sol avatar

Watchers

James Cloos avatar Sol avatar

networkrequestman's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.