a phone sell system demo using python, sqlite3 and PySimpleGUI
conda create -n phone_sell pthon=3.9
conda activate phone_sell
pip install pysqlite3
pip install pysimpleguirun:
python main.pyor compile .exe file:
pip install pyinstaller
pyinstaller -F -w main.pysee 简易手机销售系统