diff --git a/.gitignore b/.gitignore index 837dd82..e63644e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -/else \ No newline at end of file +else/29_a7fb1aa219c554cf705db43b52a3c082.png +else/二维码小工具-v3.3-BUCTPJP[LSG].spec +else/解析.ico +else/密码.jpg diff --git "a/else/\344\272\214\347\273\264\347\240\201\345\260\217\345\267\245\345\205\267-v3.3-BUCTPJP[LSG].spec" "b/else/\344\272\214\347\273\264\347\240\201\345\260\217\345\267\245\345\205\267-v3.3-BUCTPJP[LSG].spec" new file mode 100644 index 0000000..4915a87 --- /dev/null +++ "b/else/\344\272\214\347\273\264\347\240\201\345\260\217\345\267\245\345\205\267-v3.3-BUCTPJP[LSG].spec" @@ -0,0 +1,52 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis( + ['二维码小工具-v3.3-BUCTPJP[LSG].pyw'], + pathex=['D:\\学习\\理科类\\编程设计\\python\\二维码小工具'], + binaries=[('D:/学习/理科类/编程设计/python/二维码小工具/UI_rc.py','.'), + ('D:/学习/理科类/编程设计/python/二维码小工具/Ui_UI.py','.'), + ('D:/学习/理科类/编程设计/python/二维码小工具/ico.ico','.'),], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + [], + exclude_binaries=True, + name='二维码小工具-v3.3-BUCTPJP[LSG]', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + console=False, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, +) +coll = COLLECT( + exe, + a.binaries, + a.zipfiles, + a.datas, + strip=False, + upx=True, + upx_exclude=[], + name='二维码小工具-v3.3-BUCTPJP[LSG]', +)