Skip to content

Commit 2c9de38

Browse files
committed
Beta Bulid version 1.0.0-beta
1 parent dd8bcf4 commit 2c9de38

File tree

14 files changed

+44227
-0
lines changed

14 files changed

+44227
-0
lines changed

Sudoku App.exe

13.2 MB
Binary file not shown.

Sudoku App.spec

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
block_cipher = None
4+
5+
6+
a = Analysis(['App.py'],
7+
pathex=['F:\\Projects\\python\\game\\sudoku backtracking visualizer'],
8+
binaries=[],
9+
datas=[('D:\\Program\\envs\\tensorflow\\lib\\site-packages\\eel\\eel.js', 'eel'), ('www', 'www')],
10+
hiddenimports=['bottle_websocket'],
11+
hookspath=[],
12+
runtime_hooks=[],
13+
excludes=['win32com', 'numpy', 'cryptography'],
14+
win_no_prefer_redirects=False,
15+
win_private_assemblies=False,
16+
cipher=block_cipher,
17+
noarchive=False)
18+
pyz = PYZ(a.pure, a.zipped_data,
19+
cipher=block_cipher)
20+
exe = EXE(pyz,
21+
a.scripts,
22+
a.binaries,
23+
a.zipfiles,
24+
a.datas,
25+
[],
26+
name='Sudoku App',
27+
debug=False,
28+
bootloader_ignore_signals=False,
29+
strip=False,
30+
upx=True,
31+
upx_exclude=[],
32+
runtime_tmpdir=None,
33+
console=False )

build/Sudoku App/Analysis-00.toc

Lines changed: 6219 additions & 0 deletions
Large diffs are not rendered by default.

build/Sudoku App/EXE-00.toc

Lines changed: 4608 additions & 0 deletions
Large diffs are not rendered by default.

build/Sudoku App/PKG-00.pkg

12.9 MB
Binary file not shown.

build/Sudoku App/PKG-00.toc

Lines changed: 4602 additions & 0 deletions
Large diffs are not rendered by default.

build/Sudoku App/PYZ-00.pyz

3.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)