Skip to content

ptrtonull-workshop/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages