Skip to content

Commit 6483d4d

Browse files
committed
Packed to EXE file
1 parent 17ab4d2 commit 6483d4d

10 files changed

Lines changed: 5519 additions & 5696 deletions

File tree

__pycache__/main.cpython-38.pyc

94 Bytes
Binary file not shown.

build/main/Analysis-00.toc

Lines changed: 1839 additions & 1854 deletions
Large diffs are not rendered by default.

build/main/EXE-00.toc

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

build/main/PKG-00.pkg

-32.3 KB
Binary file not shown.

build/main/PKG-00.toc

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

build/main/PYZ-00.pyz

-26.4 KB
Binary file not shown.

build/main/PYZ-00.toc

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -767,12 +767,12 @@
767767
('os',
768768
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\os.py',
769769
'PYMODULE'),
770-
('stringprep',
771-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\stringprep.py',
772-
'PYMODULE'),
773770
('_py_abc',
774771
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\_py_abc.py',
775772
'PYMODULE'),
773+
('stringprep',
774+
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\stringprep.py',
775+
'PYMODULE'),
776776
('email.mime.text',
777777
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\email\\mime\\text.py',
778778
'PYMODULE'),
@@ -788,24 +788,9 @@
788788
('email.mime.multipart',
789789
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\email\\mime\\multipart.py',
790790
'PYMODULE'),
791-
('cgi',
792-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\cgi.py',
793-
'PYMODULE'),
794791
('lists',
795792
'C:\\Users\\adick\\OneDrive\\Documents\\GitHub\\Python-backend\\lists.py',
796793
'PYMODULE'),
797-
('json',
798-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\json\\__init__.py',
799-
'PYMODULE'),
800-
('json.encoder',
801-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\json\\encoder.py',
802-
'PYMODULE'),
803-
('json.decoder',
804-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\json\\decoder.py',
805-
'PYMODULE'),
806-
('json.scanner',
807-
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\json\\scanner.py',
808-
'PYMODULE'),
809794
('smtplib',
810795
'c:\\users\\adick\\appdata\\local\\programs\\python\\python38\\lib\\smtplib.py',
811796
'PYMODULE')])

build/main/base_library.zip

0 Bytes
Binary file not shown.

build/main/xref-main.html

Lines changed: 4 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
2222
&#8226; <a href="#_collections_abc">_collections_abc</a>
2323
&#8226; <a href="#_weakrefset">_weakrefset</a>
2424
&#8226; <a href="#abc">abc</a>
25-
&#8226; <a href="#cgi">cgi</a>
2625
&#8226; <a href="#codecs">codecs</a>
2726
&#8226; <a href="#collections">collections</a>
2827
&#8226; <a href="#collections.abc">collections.abc</a>
@@ -156,7 +155,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
156155
&#8226; <a href="#functools">functools</a>
157156
&#8226; <a href="#heapq">heapq</a>
158157
&#8226; <a href="#io">io</a>
159-
&#8226; <a href="#json">json</a>
160158
&#8226; <a href="#keyword">keyword</a>
161159
&#8226; <a href="#linecache">linecache</a>
162160
&#8226; <a href="#lists">lists</a>
@@ -170,8 +168,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
170168
&#8226; <a href="#sre_compile">sre_compile</a>
171169
&#8226; <a href="#sre_constants">sre_constants</a>
172170
&#8226; <a href="#sre_parse">sre_parse</a>
173-
&#8226; <a href="#sys">sys</a>
174-
&#8226; <a href="#time">time</a>
175171
&#8226; <a href="#traceback">traceback</a>
176172
&#8226; <a href="#types">types</a>
177173
&#8226; <a href="#warnings">warnings</a>
@@ -664,23 +660,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
664660

665661
</div>
666662

667-
<div class="node">
668-
<a name="_json"></a>
669-
<tt>_json</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
670-
imports:
671-
<a href="#json.decoder">json.decoder</a>
672-
673-
</div>
674-
<div class="import">
675-
imported by:
676-
<a href="#json.decoder">json.decoder</a>
677-
&#8226; <a href="#json.encoder">json.encoder</a>
678-
&#8226; <a href="#json.scanner">json.scanner</a>
679-
680-
</div>
681-
682-
</div>
683-
684663
<div class="node">
685664
<a name="_locale"></a>
686665
<tt>_locale</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
@@ -2333,33 +2312,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
23332312

23342313
</div>
23352314

2336-
<div class="node">
2337-
<a name="cgi"></a>
2338-
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/cgi.py" type="text/plain"><tt>cgi</tt></a>
2339-
<span class="moduletype">SourceModule</span> <div class="import">
2340-
imports:
2341-
<a href="#collections.abc">collections.abc</a>
2342-
&#8226; <a href="#email.message">email.message</a>
2343-
&#8226; <a href="#email.parser">email.parser</a>
2344-
&#8226; <a href="#html">html</a>
2345-
&#8226; <a href="#io">io</a>
2346-
&#8226; <a href="#locale">locale</a>
2347-
&#8226; <a href="#os">os</a>
2348-
&#8226; <a href="#re">re</a>
2349-
&#8226; <a href="#sys">sys</a>
2350-
&#8226; <a href="#tempfile">tempfile</a>
2351-
&#8226; <a href="#traceback">traceback</a>
2352-
&#8226; <a href="#urllib.parse">urllib.parse</a>
2353-
2354-
</div>
2355-
<div class="import">
2356-
imported by:
2357-
<a href="#main.py">main.py</a>
2358-
2359-
</div>
2360-
2361-
</div>
2362-
23632315
<div class="node">
23642316
<a name="cmd"></a>
23652317
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/cmd.py" type="text/plain"><tt>cmd</tt></a>
@@ -2534,7 +2486,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
25342486
&#8226; <a href="#encodings.utf_8_sig">encodings.utf_8_sig</a>
25352487
&#8226; <a href="#encodings.uu_codec">encodings.uu_codec</a>
25362488
&#8226; <a href="#encodings.zlib_codec">encodings.zlib_codec</a>
2537-
&#8226; <a href="#json">json</a>
25382489
&#8226; <a href="#lib2to3.pgen2.tokenize">lib2to3.pgen2.tokenize</a>
25392490
&#8226; <a href="#main.py">main.py</a>
25402491
&#8226; <a href="#pickle">pickle</a>
@@ -2645,7 +2596,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
26452596
imported by:
26462597
<a href="#asyncio.base_events">asyncio.base_events</a>
26472598
&#8226; <a href="#asyncio.coroutines">asyncio.coroutines</a>
2648-
&#8226; <a href="#cgi">cgi</a>
26492599
&#8226; <a href="#configparser">configparser</a>
26502600
&#8226; <a href="#http.client">http.client</a>
26512601
&#8226; <a href="#inspect">inspect</a>
@@ -3940,8 +3890,7 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
39403890
</div>
39413891
<div class="import">
39423892
imported by:
3943-
<a href="#cgi">cgi</a>
3944-
&#8226; <a href="#email.contentmanager">email.contentmanager</a>
3893+
<a href="#email.contentmanager">email.contentmanager</a>
39453894
&#8226; <a href="#email.feedparser">email.feedparser</a>
39463895
&#8226; <a href="#email.mime.base">email.mime.base</a>
39473896
&#8226; <a href="#email.policy">email.policy</a>
@@ -4060,8 +4009,7 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
40604009
</div>
40614010
<div class="import">
40624011
imported by:
4063-
<a href="#cgi">cgi</a>
4064-
&#8226; <a href="#email">email</a>
4012+
<a href="#email">email</a>
40654013
&#8226; <a href="#http.client">http.client</a>
40664014

40674015
</div>
@@ -7094,8 +7042,7 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
70947042
</div>
70957043
<div class="import">
70967044
imported by:
7097-
<a href="#cgi">cgi</a>
7098-
&#8226; <a href="#html.entities">html.entities</a>
7045+
<a href="#html.entities">html.entities</a>
70997046
&#8226; <a href="#http.server">http.server</a>
71007047

71017048
</div>
@@ -7485,7 +7432,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
74857432
&#8226; <a href="#asyncio.proactor_events">asyncio.proactor_events</a>
74867433
&#8226; <a href="#asyncio.unix_events">asyncio.unix_events</a>
74877434
&#8226; <a href="#bz2">bz2</a>
7488-
&#8226; <a href="#cgi">cgi</a>
74897435
&#8226; <a href="#configparser">configparser</a>
74907436
&#8226; <a href="#csv">csv</a>
74917437
&#8226; <a href="#dis">dis</a>
@@ -7595,86 +7541,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
75957541

75967542
</div>
75977543

7598-
<div class="node">
7599-
<a name="json"></a>
7600-
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/json/__init__.py" type="text/plain"><tt>json</tt></a>
7601-
<span class="moduletype">Package</span> <div class="import">
7602-
imports:
7603-
<a href="#codecs">codecs</a>
7604-
&#8226; <a href="#json.decoder">json.decoder</a>
7605-
&#8226; <a href="#json.encoder">json.encoder</a>
7606-
&#8226; <a href="#json.scanner">json.scanner</a>
7607-
&#8226; <a href="#warnings">warnings</a>
7608-
7609-
</div>
7610-
<div class="import">
7611-
imported by:
7612-
<a href="#json.decoder">json.decoder</a>
7613-
&#8226; <a href="#json.encoder">json.encoder</a>
7614-
&#8226; <a href="#json.scanner">json.scanner</a>
7615-
&#8226; <a href="#main.py">main.py</a>
7616-
7617-
</div>
7618-
7619-
</div>
7620-
7621-
<div class="node">
7622-
<a name="json.decoder"></a>
7623-
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/json/decoder.py" type="text/plain"><tt>json.decoder</tt></a>
7624-
<span class="moduletype">SourceModule</span> <div class="import">
7625-
imports:
7626-
<a href="#_json">_json</a>
7627-
&#8226; <a href="#json">json</a>
7628-
&#8226; <a href="#json.scanner">json.scanner</a>
7629-
&#8226; <a href="#re">re</a>
7630-
7631-
</div>
7632-
<div class="import">
7633-
imported by:
7634-
<a href="#_json">_json</a>
7635-
&#8226; <a href="#json">json</a>
7636-
7637-
</div>
7638-
7639-
</div>
7640-
7641-
<div class="node">
7642-
<a name="json.encoder"></a>
7643-
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/json/encoder.py" type="text/plain"><tt>json.encoder</tt></a>
7644-
<span class="moduletype">SourceModule</span> <div class="import">
7645-
imports:
7646-
<a href="#_json">_json</a>
7647-
&#8226; <a href="#json">json</a>
7648-
&#8226; <a href="#re">re</a>
7649-
7650-
</div>
7651-
<div class="import">
7652-
imported by:
7653-
<a href="#json">json</a>
7654-
7655-
</div>
7656-
7657-
</div>
7658-
7659-
<div class="node">
7660-
<a name="json.scanner"></a>
7661-
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/json/scanner.py" type="text/plain"><tt>json.scanner</tt></a>
7662-
<span class="moduletype">SourceModule</span> <div class="import">
7663-
imports:
7664-
<a href="#_json">_json</a>
7665-
&#8226; <a href="#json">json</a>
7666-
&#8226; <a href="#re">re</a>
7667-
7668-
</div>
7669-
<div class="import">
7670-
imported by:
7671-
<a href="#json">json</a>
7672-
&#8226; <a href="#json.decoder">json.decoder</a>
7673-
7674-
</div>
7675-
7676-
</div>
7677-
76787544
<div class="node">
76797545
<a name="keyword"></a>
76807546
<a target="code" href="///C:/users/adick/appdata/local/programs/python/python38/lib/keyword.py" type="text/plain"><tt>keyword</tt></a>
@@ -8148,7 +8014,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
81488014
&#8226; <a href="#_pydecimal">_pydecimal</a>
81498015
&#8226; <a href="#_strptime">_strptime</a>
81508016
&#8226; <a href="#calendar">calendar</a>
8151-
&#8226; <a href="#cgi">cgi</a>
81528017
&#8226; <a href="#gettext">gettext</a>
81538018
&#8226; <a href="#main.py">main.py</a>
81548019
&#8226; <a href="#test.support">test.support</a>
@@ -9366,7 +9231,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
93669231
&#8226; <a href="#asyncio.windows_utils">asyncio.windows_utils</a>
93679232
&#8226; <a href="#bdb">bdb</a>
93689233
&#8226; <a href="#bz2">bz2</a>
9369-
&#8226; <a href="#cgi">cgi</a>
93709234
&#8226; <a href="#concurrent.futures.process">concurrent.futures.process</a>
93719235
&#8226; <a href="#concurrent.futures.thread">concurrent.futures.thread</a>
93729236
&#8226; <a href="#configparser">configparser</a>
@@ -9948,7 +9812,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
99489812
&#8226; <a href="#_strptime">_strptime</a>
99499813
&#8226; <a href="#argparse">argparse</a>
99509814
&#8226; <a href="#base64">base64</a>
9951-
&#8226; <a href="#cgi">cgi</a>
99529815
&#8226; <a href="#configparser">configparser</a>
99539816
&#8226; <a href="#csv">csv</a>
99549817
&#8226; <a href="#ctypes._aix">ctypes._aix</a>
@@ -9981,9 +9844,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
99819844
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
99829845
&#8226; <a href="#importlib.metadata">importlib.metadata</a>
99839846
&#8226; <a href="#inspect">inspect</a>
9984-
&#8226; <a href="#json.decoder">json.decoder</a>
9985-
&#8226; <a href="#json.encoder">json.encoder</a>
9986-
&#8226; <a href="#json.scanner">json.scanner</a>
99879847
&#8226; <a href="#lib2to3.pgen2.literals">lib2to3.pgen2.literals</a>
99889848
&#8226; <a href="#lib2to3.pgen2.tokenize">lib2to3.pgen2.tokenize</a>
99899849
&#8226; <a href="#locale">locale</a>
@@ -10609,7 +10469,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1060910469
&#8226; <a href="#base64">base64</a>
1061010470
&#8226; <a href="#bdb">bdb</a>
1061110471
&#8226; <a href="#calendar">calendar</a>
10612-
&#8226; <a href="#cgi">cgi</a>
1061310472
&#8226; <a href="#cmd">cmd</a>
1061410473
&#8226; <a href="#code">code</a>
1061510474
&#8226; <a href="#codecs">codecs</a>
@@ -10659,7 +10518,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1065910518
&#8226; <a href="#linecache">linecache</a>
1066010519
&#8226; <a href="#locale">locale</a>
1066110520
&#8226; <a href="#logging">logging</a>
10662-
&#8226; <a href="#main.py">main.py</a>
1066310521
&#8226; <a href="#mimetypes">mimetypes</a>
1066410522
&#8226; <a href="#multiprocessing">multiprocessing</a>
1066510523
&#8226; <a href="#multiprocessing.connection">multiprocessing.connection</a>
@@ -10816,7 +10674,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1081610674
imported by:
1081710675
<a href="#_osx_support">_osx_support</a>
1081810676
&#8226; <a href="#asyncio.windows_utils">asyncio.windows_utils</a>
10819-
&#8226; <a href="#cgi">cgi</a>
1082010677
&#8226; <a href="#ctypes.util">ctypes.util</a>
1082110678
&#8226; <a href="#distutils.ccompiler">distutils.ccompiler</a>
1082210679
&#8226; <a href="#distutils.util">distutils.util</a>
@@ -11063,7 +10920,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1106310920
&#8226; <a href="#http.server">http.server</a>
1106410921
&#8226; <a href="#logging">logging</a>
1106510922
&#8226; <a href="#logging.handlers">logging.handlers</a>
11066-
&#8226; <a href="#main.py">main.py</a>
1106710923
&#8226; <a href="#multiprocessing.connection">multiprocessing.connection</a>
1106810924
&#8226; <a href="#multiprocessing.managers">multiprocessing.managers</a>
1106910925
&#8226; <a href="#multiprocessing.pool">multiprocessing.pool</a>
@@ -11185,7 +11041,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1118511041
&#8226; <a href="#asyncio.base_tasks">asyncio.base_tasks</a>
1118611042
&#8226; <a href="#asyncio.coroutines">asyncio.coroutines</a>
1118711043
&#8226; <a href="#asyncio.format_helpers">asyncio.format_helpers</a>
11188-
&#8226; <a href="#cgi">cgi</a>
1118911044
&#8226; <a href="#code">code</a>
1119011045
&#8226; <a href="#concurrent.futures.process">concurrent.futures.process</a>
1119111046
&#8226; <a href="#doctest">doctest</a>
@@ -11627,8 +11482,7 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1162711482
</div>
1162811483
<div class="import">
1162911484
imported by:
11630-
<a href="#cgi">cgi</a>
11631-
&#8226; <a href="#email.utils">email.utils</a>
11485+
<a href="#email.utils">email.utils</a>
1163211486
&#8226; <a href="#http.client">http.client</a>
1163311487
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
1163411488
&#8226; <a href="#http.server">http.server</a>
@@ -11796,7 +11650,6 @@ <h1>modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multip
1179611650
&#8226; <a href="#importlib.abc">importlib.abc</a>
1179711651
&#8226; <a href="#importlib.util">importlib.util</a>
1179811652
&#8226; <a href="#inspect">inspect</a>
11799-
&#8226; <a href="#json">json</a>
1180011653
&#8226; <a href="#locale">locale</a>
1180111654
&#8226; <a href="#logging">logging</a>
1180211655
&#8226; <a href="#main.py">main.py</a>

dist/main.exe

-30.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)