arthurlib / ConfessionExe

表白

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfessionExe

view

下载

download Confession.exe

打包

  • pyinstall + python3.8
  1. 先执行 yinstaller -F -w -i res/red.ico main.py, 会生成main.spec文件
  2. 修改main.spec文件, Analysis中的datas 修改为datas=[('res', 'res')], EXE中添加一行 console=False , icon='res/red.ico')
  3. 再次打包 pyinstaller -F -w -i main.spec

About

表白

License:Apache License 2.0


Languages

Language:Python 100.0%