Skip to content

a phone sell system demo using python, sqlite3 and PySimpleGUI

License

Notifications You must be signed in to change notification settings

Wjiajie/phoneSellSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoneSellSystem

a phone sell system demo using python, sqlite3 and PySimpleGUI

install

conda create -n phone_sell pthon=3.9
conda activate phone_sell
pip install pysqlite3
pip install pysimplegui

run:

python main.py

or compile .exe file:

pip install pyinstaller
pyinstaller -F -w main.py

introduction

see 简易手机销售系统

About

a phone sell system demo using python, sqlite3 and PySimpleGUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages