Python-DB-CRUD-GUI 使用tkinter通过GUI在Python中进行CRUD操作。 指令 要从命令行运行: python frontend.py 创建独立的.exe文件(在Windows上) pip install pyinstaller pyinstaller --onefile --windowed frontend.py->在'dist'文件夹下运行.exe文件