管理CS账号密码,备注账号信息,计算冷却时间
-
基于Qt的GUI
-
调用云存储
-
pip install pypinyin -
pip install pyqt5
- 安装 PyInstaller
pip install pyinstaller
- 打包
-
pyinstaller --noconsole --onefile ./Program/账号管理系统.py -
dist/目录:存放最终生成的可执行文件
-
设置代理
git config --global http.proxy http://127.0.0.1:6666 -
取消代理
git config --global --unset http.proxy