https://github.com/ptrtonull-workshop/desktop
https://github.com/ptrtonull-workshop/desktop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ptrtonull-workshop/desktop
- Owner: ptrtonull-workshop
- Created: 2019-12-15T03:56:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T03:52:43.000Z (over 6 years ago)
- Last Synced: 2025-03-11T22:27:44.359Z (about 1 year ago)
- Language: Python
- Size: 10.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## requirements
- MySQL
- mysqlclient
- python 3.7
## download
run
```
mkdir workspace
cd workspace
git clone https://github.com/ptrtonull-workshop/Desktop
```
## built
run
```
pip3 install pyinstaller -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
pyinstaller -F -w index.py
```
after the prcocess finsh, you will see a exe file in `./dist`
## run
### run with python
make your Python 3.7 has been installed in your windows and the path has been add to your windows
run
```
python index.py
```
### run with exe
At first, you should build this project, and run index.exe in `./dist`