diff --git a/.gitignore b/.gitignore
index 6eec0df..7030114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,5 @@ __pycache__/
*.pyo
*.log
logs/
-build/
-dist/
=5.15.0
*.db
diff --git a/build/SimpleChat-Client.spec b/build/SimpleChat-Client.spec
new file mode 100644
index 0000000..ee31da7
--- /dev/null
+++ b/build/SimpleChat-Client.spec
@@ -0,0 +1,38 @@
+# -*- mode: python ; coding: utf-8 -*-
+
+
+a = Analysis(
+ ['..\\client\\main.py'],
+ pathex=[],
+ binaries=[],
+ datas=[],
+ hiddenimports=['PyQt5.QtCore', 'PyQt5.QtGui', 'PyQt5.QtWidgets'],
+ hookspath=[],
+ hooksconfig={},
+ runtime_hooks=[],
+ excludes=[],
+ noarchive=False,
+ optimize=0,
+)
+pyz = PYZ(a.pure)
+
+exe = EXE(
+ pyz,
+ a.scripts,
+ a.binaries,
+ a.datas,
+ [],
+ name='SimpleChat-Client',
+ debug=False,
+ bootloader_ignore_signals=False,
+ strip=False,
+ upx=True,
+ upx_exclude=[],
+ runtime_tmpdir=None,
+ console=False,
+ disable_windowed_traceback=False,
+ argv_emulation=False,
+ target_arch=None,
+ codesign_identity=None,
+ entitlements_file=None,
+)
diff --git a/build/SimpleChat-Server.spec b/build/SimpleChat-Server.spec
new file mode 100644
index 0000000..a337870
--- /dev/null
+++ b/build/SimpleChat-Server.spec
@@ -0,0 +1,38 @@
+# -*- mode: python ; coding: utf-8 -*-
+
+
+a = Analysis(
+ ['..\\server\\main.py'],
+ pathex=[],
+ binaries=[],
+ datas=[],
+ hiddenimports=[],
+ hookspath=[],
+ hooksconfig={},
+ runtime_hooks=[],
+ excludes=[],
+ noarchive=False,
+ optimize=0,
+)
+pyz = PYZ(a.pure)
+
+exe = EXE(
+ pyz,
+ a.scripts,
+ a.binaries,
+ a.datas,
+ [],
+ name='SimpleChat-Server',
+ debug=False,
+ bootloader_ignore_signals=False,
+ strip=False,
+ upx=True,
+ upx_exclude=[],
+ runtime_tmpdir=None,
+ console=True,
+ disable_windowed_traceback=False,
+ argv_emulation=False,
+ target_arch=None,
+ codesign_identity=None,
+ entitlements_file=None,
+)
diff --git a/build/client/SimpleChat-Client/Analysis-00.toc b/build/client/SimpleChat-Client/Analysis-00.toc
new file mode 100644
index 0000000..6ccec90
--- /dev/null
+++ b/build/client/SimpleChat-Client/Analysis-00.toc
@@ -0,0 +1,1408 @@
+(['C:\\Users\\86188\\Desktop\\simplechat\\client\\main.py'],
+ ['C:\\Users\\86188\\Desktop\\simplechat\\client'],
+ ['PyQt5.QtCore', 'PyQt5.QtGui', 'PyQt5.QtWidgets'],
+ [('C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks',
+ -1000),
+ ('C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\_pyinstaller_hooks_contrib',
+ -1000)],
+ {},
+ [],
+ [],
+ False,
+ {},
+ 0,
+ [],
+ [],
+ '3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit '
+ '(AMD64)]',
+ [('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pyqt5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\main.py',
+ 'PYSOURCE')],
+ [('pkgutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pkgutil.py',
+ 'PYMODULE'),
+ ('zipimport',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipimport.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_itertools.py',
+ 'PYMODULE'),
+ ('typing',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\typing.py',
+ 'PYMODULE'),
+ ('contextlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextlib.py',
+ 'PYMODULE'),
+ ('importlib.resources.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\abc.py',
+ 'PYMODULE'),
+ ('importlib.resources',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.resources._legacy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_legacy.py',
+ 'PYMODULE'),
+ ('importlib.resources._common',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_common.py',
+ 'PYMODULE'),
+ ('importlib.resources._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_adapters.py',
+ 'PYMODULE'),
+ ('tempfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tempfile.py',
+ 'PYMODULE'),
+ ('random',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\random.py',
+ 'PYMODULE'),
+ ('statistics',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\statistics.py',
+ 'PYMODULE'),
+ ('decimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\decimal.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_pydecimal.py',
+ 'PYMODULE'),
+ ('contextvars',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextvars.py',
+ 'PYMODULE'),
+ ('fractions',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fractions.py',
+ 'PYMODULE'),
+ ('numbers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\numbers.py',
+ 'PYMODULE'),
+ ('hashlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\hashlib.py',
+ 'PYMODULE'),
+ ('logging',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\logging\\__init__.py',
+ 'PYMODULE'),
+ ('pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pickle.py',
+ 'PYMODULE'),
+ ('pprint',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pprint.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dataclasses.py',
+ 'PYMODULE'),
+ ('copy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copy.py',
+ 'PYMODULE'),
+ ('_compat_pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compat_pickle.py',
+ 'PYMODULE'),
+ ('struct',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\struct.py',
+ 'PYMODULE'),
+ ('string',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\string.py',
+ 'PYMODULE'),
+ ('bisect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bisect.py',
+ 'PYMODULE'),
+ ('shutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\shutil.py',
+ 'PYMODULE'),
+ ('tarfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tarfile.py',
+ 'PYMODULE'),
+ ('argparse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\argparse.py',
+ 'PYMODULE'),
+ ('textwrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\textwrap.py',
+ 'PYMODULE'),
+ ('gettext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gettext.py',
+ 'PYMODULE'),
+ ('gzip',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gzip.py',
+ 'PYMODULE'),
+ ('_compression',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compression.py',
+ 'PYMODULE'),
+ ('lzma',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\lzma.py',
+ 'PYMODULE'),
+ ('bz2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bz2.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fnmatch.py',
+ 'PYMODULE'),
+ ('zipfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipfile.py',
+ 'PYMODULE'),
+ ('py_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\py_compile.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\abc.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_abc.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_text.py',
+ 'PYMODULE'),
+ ('email.message',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\message.py',
+ 'PYMODULE'),
+ ('email.policy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\policy.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\contentmanager.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\quoprimime.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\headerregistry.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_header_value_parser.py',
+ 'PYMODULE'),
+ ('urllib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\__init__.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\iterators.py',
+ 'PYMODULE'),
+ ('email.generator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\generator.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_encoded_words.py',
+ 'PYMODULE'),
+ ('base64',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\base64.py',
+ 'PYMODULE'),
+ ('getopt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\getopt.py',
+ 'PYMODULE'),
+ ('email.charset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\charset.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\encoders.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\base64mime.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_policybase.py',
+ 'PYMODULE'),
+ ('email.header',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\header.py',
+ 'PYMODULE'),
+ ('email.errors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\errors.py',
+ 'PYMODULE'),
+ ('email.utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\utils.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_parseaddr.py',
+ 'PYMODULE'),
+ ('calendar',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\calendar.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\parse.py',
+ 'PYMODULE'),
+ ('ipaddress',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ipaddress.py',
+ 'PYMODULE'),
+ ('datetime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\datetime.py',
+ 'PYMODULE'),
+ ('_strptime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_strptime.py',
+ 'PYMODULE'),
+ ('socket',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\socket.py',
+ 'PYMODULE'),
+ ('selectors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\selectors.py',
+ 'PYMODULE'),
+ ('quopri',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\quopri.py',
+ 'PYMODULE'),
+ ('email',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\__init__.py',
+ 'PYMODULE'),
+ ('email.parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\parser.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\feedparser.py',
+ 'PYMODULE'),
+ ('csv',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\csv.py',
+ 'PYMODULE'),
+ ('tokenize',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tokenize.py',
+ 'PYMODULE'),
+ ('token',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\token.py',
+ 'PYMODULE'),
+ ('pathlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pathlib.py',
+ 'PYMODULE'),
+ ('inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\inspect.py',
+ 'PYMODULE'),
+ ('dis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dis.py',
+ 'PYMODULE'),
+ ('opcode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\opcode.py',
+ 'PYMODULE'),
+ ('ast',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ast.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\machinery.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\util.py',
+ 'PYMODULE'),
+ ('importlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\__init__.py',
+ 'PYMODULE'),
+ ('_pyi_rth_utils.qt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\qt.py',
+ 'PYMODULE'),
+ ('_pyi_rth_utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\__init__.py',
+ 'PYMODULE'),
+ ('stringprep',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stringprep.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tracemalloc.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_py_abc.py',
+ 'PYMODULE'),
+ ('threading',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\threading.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_threading_local.py',
+ 'PYMODULE'),
+ ('utils',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\utils.py',
+ 'PYMODULE'),
+ ('json',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\__init__.py',
+ 'PYMODULE'),
+ ('json.encoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\encoder.py',
+ 'PYMODULE'),
+ ('json.decoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\decoder.py',
+ 'PYMODULE'),
+ ('json.scanner',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\scanner.py',
+ 'PYMODULE'),
+ ('ui.main_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\main_window.py',
+ 'PYMODULE'),
+ ('ui', '-', 'PYMODULE'),
+ ('ctypes',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ctypes\\__init__.py',
+ 'PYMODULE'),
+ ('ctypes._endian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ctypes\\_endian.py',
+ 'PYMODULE'),
+ ('ui.group_detail_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\group_detail_window.py',
+ 'PYMODULE'),
+ ('ui.history_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\history_window.py',
+ 'PYMODULE'),
+ ('ui.search_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\search_window.py',
+ 'PYMODULE'),
+ ('ui.widgets',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\widgets.py',
+ 'PYMODULE'),
+ ('html',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\html\\__init__.py',
+ 'PYMODULE'),
+ ('html.entities',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\html\\entities.py',
+ 'PYMODULE'),
+ ('ui.register_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\register_window.py',
+ 'PYMODULE'),
+ ('ui.login_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\login_window.py',
+ 'PYMODULE'),
+ ('client_core',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\client_core.py',
+ 'PYMODULE'),
+ ('config',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\config.py',
+ 'PYMODULE'),
+ ('PyQt5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\__init__.py',
+ 'PYMODULE'),
+ ('subprocess',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py',
+ 'PYMODULE'),
+ ('signal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\signal.py',
+ 'PYMODULE')],
+ [('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_ctypes.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_ctypes.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtGui.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\sip.cp311-win_amd64.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\sip.cp311-win_amd64.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtCore.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtWidgets.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'BINARY'),
+ ('VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('libffi-8.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libffi-8.dll',
+ 'BINARY'),
+ ('python3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY')],
+ [],
+ [],
+ [('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'DATA'),
+ ('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\base_library.zip',
+ 'DATA')],
+ [('functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\functools.py',
+ 'PYMODULE'),
+ ('_collections_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_collections_abc.py',
+ 'PYMODULE'),
+ ('ntpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ntpath.py',
+ 'PYMODULE'),
+ ('operator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\operator.py',
+ 'PYMODULE'),
+ ('codecs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\codecs.py',
+ 'PYMODULE'),
+ ('linecache',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\linecache.py',
+ 'PYMODULE'),
+ ('sre_constants',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_constants.py',
+ 'PYMODULE'),
+ ('genericpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\genericpath.py',
+ 'PYMODULE'),
+ ('types',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\types.py',
+ 'PYMODULE'),
+ ('collections.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\collections\\abc.py',
+ 'PYMODULE'),
+ ('collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\collections\\__init__.py',
+ 'PYMODULE'),
+ ('stat',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stat.py',
+ 'PYMODULE'),
+ ('copyreg',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copyreg.py',
+ 'PYMODULE'),
+ ('keyword',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\keyword.py',
+ 'PYMODULE'),
+ ('weakref',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\weakref.py',
+ 'PYMODULE'),
+ ('locale',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\locale.py',
+ 'PYMODULE'),
+ ('posixpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\posixpath.py',
+ 'PYMODULE'),
+ ('encodings.zlib_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\zlib_codec.py',
+ 'PYMODULE'),
+ ('encodings.uu_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\uu_codec.py',
+ 'PYMODULE'),
+ ('encodings.utf_8_sig',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_8_sig.py',
+ 'PYMODULE'),
+ ('encodings.utf_8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_8.py',
+ 'PYMODULE'),
+ ('encodings.utf_7',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_7.py',
+ 'PYMODULE'),
+ ('encodings.utf_32_le',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32_le.py',
+ 'PYMODULE'),
+ ('encodings.utf_32_be',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32_be.py',
+ 'PYMODULE'),
+ ('encodings.utf_32',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32.py',
+ 'PYMODULE'),
+ ('encodings.utf_16_le',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16_le.py',
+ 'PYMODULE'),
+ ('encodings.utf_16_be',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16_be.py',
+ 'PYMODULE'),
+ ('encodings.utf_16',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16.py',
+ 'PYMODULE'),
+ ('encodings.unicode_escape',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\unicode_escape.py',
+ 'PYMODULE'),
+ ('encodings.undefined',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\undefined.py',
+ 'PYMODULE'),
+ ('encodings.tis_620',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\tis_620.py',
+ 'PYMODULE'),
+ ('encodings.shift_jisx0213',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jisx0213.py',
+ 'PYMODULE'),
+ ('encodings.shift_jis_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jis_2004.py',
+ 'PYMODULE'),
+ ('encodings.shift_jis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jis.py',
+ 'PYMODULE'),
+ ('encodings.rot_13',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\rot_13.py',
+ 'PYMODULE'),
+ ('encodings.raw_unicode_escape',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\raw_unicode_escape.py',
+ 'PYMODULE'),
+ ('encodings.quopri_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\quopri_codec.py',
+ 'PYMODULE'),
+ ('encodings.punycode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\punycode.py',
+ 'PYMODULE'),
+ ('encodings.ptcp154',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\ptcp154.py',
+ 'PYMODULE'),
+ ('encodings.palmos',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\palmos.py',
+ 'PYMODULE'),
+ ('encodings.oem',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\oem.py',
+ 'PYMODULE'),
+ ('encodings.mbcs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mbcs.py',
+ 'PYMODULE'),
+ ('encodings.mac_turkish',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_turkish.py',
+ 'PYMODULE'),
+ ('encodings.mac_romanian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_romanian.py',
+ 'PYMODULE'),
+ ('encodings.mac_roman',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_roman.py',
+ 'PYMODULE'),
+ ('encodings.mac_latin2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_latin2.py',
+ 'PYMODULE'),
+ ('encodings.mac_iceland',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_iceland.py',
+ 'PYMODULE'),
+ ('encodings.mac_greek',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_greek.py',
+ 'PYMODULE'),
+ ('encodings.mac_farsi',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_farsi.py',
+ 'PYMODULE'),
+ ('encodings.mac_cyrillic',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_cyrillic.py',
+ 'PYMODULE'),
+ ('encodings.mac_croatian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_croatian.py',
+ 'PYMODULE'),
+ ('encodings.mac_arabic',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_arabic.py',
+ 'PYMODULE'),
+ ('encodings.latin_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\latin_1.py',
+ 'PYMODULE'),
+ ('encodings.kz1048',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\kz1048.py',
+ 'PYMODULE'),
+ ('encodings.koi8_u',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_u.py',
+ 'PYMODULE'),
+ ('encodings.koi8_t',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_t.py',
+ 'PYMODULE'),
+ ('encodings.koi8_r',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_r.py',
+ 'PYMODULE'),
+ ('encodings.johab',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\johab.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_9',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_9.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_8.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_7',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_7.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_6',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_6.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_5.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_4',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_4.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_3.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_2.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_16',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_16.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_15',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_15.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_14',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_14.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_13',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_13.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_11',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_11.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_10',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_10.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_1.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_kr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_kr.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_ext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_ext.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_3.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_2004.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_2.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_1.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp.py',
+ 'PYMODULE'),
+ ('encodings.idna',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\idna.py',
+ 'PYMODULE'),
+ ('encodings.hz',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hz.py',
+ 'PYMODULE'),
+ ('encodings.hp_roman8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hp_roman8.py',
+ 'PYMODULE'),
+ ('encodings.hex_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hex_codec.py',
+ 'PYMODULE'),
+ ('encodings.gbk',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gbk.py',
+ 'PYMODULE'),
+ ('encodings.gb2312',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gb2312.py',
+ 'PYMODULE'),
+ ('encodings.gb18030',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gb18030.py',
+ 'PYMODULE'),
+ ('encodings.euc_kr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_kr.py',
+ 'PYMODULE'),
+ ('encodings.euc_jp',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jp.py',
+ 'PYMODULE'),
+ ('encodings.euc_jisx0213',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jisx0213.py',
+ 'PYMODULE'),
+ ('encodings.euc_jis_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jis_2004.py',
+ 'PYMODULE'),
+ ('encodings.cp950',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp950.py',
+ 'PYMODULE'),
+ ('encodings.cp949',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp949.py',
+ 'PYMODULE'),
+ ('encodings.cp932',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp932.py',
+ 'PYMODULE'),
+ ('encodings.cp875',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp875.py',
+ 'PYMODULE'),
+ ('encodings.cp874',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp874.py',
+ 'PYMODULE'),
+ ('encodings.cp869',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp869.py',
+ 'PYMODULE'),
+ ('encodings.cp866',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp866.py',
+ 'PYMODULE'),
+ ('encodings.cp865',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp865.py',
+ 'PYMODULE'),
+ ('encodings.cp864',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp864.py',
+ 'PYMODULE'),
+ ('encodings.cp863',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp863.py',
+ 'PYMODULE'),
+ ('encodings.cp862',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp862.py',
+ 'PYMODULE'),
+ ('encodings.cp861',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp861.py',
+ 'PYMODULE'),
+ ('encodings.cp860',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp860.py',
+ 'PYMODULE'),
+ ('encodings.cp858',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp858.py',
+ 'PYMODULE'),
+ ('encodings.cp857',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp857.py',
+ 'PYMODULE'),
+ ('encodings.cp856',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp856.py',
+ 'PYMODULE'),
+ ('encodings.cp855',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp855.py',
+ 'PYMODULE'),
+ ('encodings.cp852',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp852.py',
+ 'PYMODULE'),
+ ('encodings.cp850',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp850.py',
+ 'PYMODULE'),
+ ('encodings.cp775',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp775.py',
+ 'PYMODULE'),
+ ('encodings.cp737',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp737.py',
+ 'PYMODULE'),
+ ('encodings.cp720',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp720.py',
+ 'PYMODULE'),
+ ('encodings.cp500',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp500.py',
+ 'PYMODULE'),
+ ('encodings.cp437',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp437.py',
+ 'PYMODULE'),
+ ('encodings.cp424',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp424.py',
+ 'PYMODULE'),
+ ('encodings.cp273',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp273.py',
+ 'PYMODULE'),
+ ('encodings.cp1258',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1258.py',
+ 'PYMODULE'),
+ ('encodings.cp1257',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1257.py',
+ 'PYMODULE'),
+ ('encodings.cp1256',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1256.py',
+ 'PYMODULE'),
+ ('encodings.cp1255',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1255.py',
+ 'PYMODULE'),
+ ('encodings.cp1254',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1254.py',
+ 'PYMODULE'),
+ ('encodings.cp1253',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1253.py',
+ 'PYMODULE'),
+ ('encodings.cp1252',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1252.py',
+ 'PYMODULE'),
+ ('encodings.cp1251',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1251.py',
+ 'PYMODULE'),
+ ('encodings.cp1250',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1250.py',
+ 'PYMODULE'),
+ ('encodings.cp1140',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1140.py',
+ 'PYMODULE'),
+ ('encodings.cp1125',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1125.py',
+ 'PYMODULE'),
+ ('encodings.cp1026',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1026.py',
+ 'PYMODULE'),
+ ('encodings.cp1006',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1006.py',
+ 'PYMODULE'),
+ ('encodings.cp037',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp037.py',
+ 'PYMODULE'),
+ ('encodings.charmap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\charmap.py',
+ 'PYMODULE'),
+ ('encodings.bz2_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\bz2_codec.py',
+ 'PYMODULE'),
+ ('encodings.big5hkscs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\big5hkscs.py',
+ 'PYMODULE'),
+ ('encodings.big5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\big5.py',
+ 'PYMODULE'),
+ ('encodings.base64_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\base64_codec.py',
+ 'PYMODULE'),
+ ('encodings.ascii',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\ascii.py',
+ 'PYMODULE'),
+ ('encodings.aliases',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\aliases.py',
+ 'PYMODULE'),
+ ('encodings',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\__init__.py',
+ 'PYMODULE'),
+ ('warnings',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\warnings.py',
+ 'PYMODULE'),
+ ('enum',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\enum.py',
+ 'PYMODULE'),
+ ('_weakrefset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_weakrefset.py',
+ 'PYMODULE'),
+ ('sre_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_compile.py',
+ 'PYMODULE'),
+ ('reprlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\reprlib.py',
+ 'PYMODULE'),
+ ('re._parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_parser.py',
+ 'PYMODULE'),
+ ('re._constants',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_constants.py',
+ 'PYMODULE'),
+ ('re._compiler',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_compiler.py',
+ 'PYMODULE'),
+ ('re._casefix',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_casefix.py',
+ 'PYMODULE'),
+ ('re',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\__init__.py',
+ 'PYMODULE'),
+ ('heapq',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\heapq.py',
+ 'PYMODULE'),
+ ('abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\abc.py',
+ 'PYMODULE'),
+ ('sre_parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_parse.py',
+ 'PYMODULE'),
+ ('io',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\io.py',
+ 'PYMODULE'),
+ ('traceback',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\traceback.py',
+ 'PYMODULE'),
+ ('os',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\os.py',
+ 'PYMODULE')])
diff --git a/build/client/SimpleChat-Client/EXE-00.toc b/build/client/SimpleChat-Client/EXE-00.toc
new file mode 100644
index 0000000..9651bc3
--- /dev/null
+++ b/build/client/SimpleChat-Client/EXE-00.toc
@@ -0,0 +1,616 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\dist\\SimpleChat\\SimpleChat-Client.exe',
+ False,
+ False,
+ False,
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-windowed.ico',
+ None,
+ False,
+ False,
+ b'\n\n \n \n \n \n \n \n \n '
+ b'\n <'
+ b'application>\n \n \n '
+ b' \n \n \n \n <'
+ b'/compatibility>\n '
+ b'\n \n true\n \n \n \n \n \n \n \n',
+ True,
+ False,
+ None,
+ None,
+ None,
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\SimpleChat-Client.pkg',
+ [('pyi-contents-directory _internal', '', 'OPTION'),
+ ('PYZ-00.pyz',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\PYZ-00.pyz',
+ 'PYZ'),
+ ('struct',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\struct.pyc',
+ 'PYMODULE'),
+ ('pyimod01_archive',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod01_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod02_importers',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod02_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod03_ctypes',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod03_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyimod04_pywin32',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod04_pywin32.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pyqt5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\main.py',
+ 'PYSOURCE'),
+ ('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_ctypes.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_ctypes.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtGui.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\sip.cp311-win_amd64.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\sip.cp311-win_amd64.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtCore.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtWidgets.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'BINARY'),
+ ('VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('libffi-8.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libffi-8.dll',
+ 'BINARY'),
+ ('python3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'DATA'),
+ ('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\base_library.zip',
+ 'DATA')],
+ [],
+ False,
+ False,
+ 1778808617,
+ [('runw.exe',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\runw.exe',
+ 'EXECUTABLE')],
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll')
diff --git a/build/client/SimpleChat-Client/PKG-00.toc b/build/client/SimpleChat-Client/PKG-00.toc
new file mode 100644
index 0000000..a65633a
--- /dev/null
+++ b/build/client/SimpleChat-Client/PKG-00.toc
@@ -0,0 +1,594 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\SimpleChat-Client.pkg',
+ {'BINARY': True,
+ 'DATA': True,
+ 'EXECUTABLE': True,
+ 'EXTENSION': True,
+ 'PYMODULE': True,
+ 'PYSOURCE': True,
+ 'PYZ': False,
+ 'SPLASH': True,
+ 'SYMLINK': False},
+ [('pyi-contents-directory _internal', '', 'OPTION'),
+ ('PYZ-00.pyz',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\PYZ-00.pyz',
+ 'PYZ'),
+ ('struct',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\struct.pyc',
+ 'PYMODULE'),
+ ('pyimod01_archive',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod01_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod02_importers',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod02_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod03_ctypes',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod03_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyimod04_pywin32',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\localpycs\\pyimod04_pywin32.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pyqt5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\main.py',
+ 'PYSOURCE'),
+ ('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_ctypes.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_ctypes.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtGui.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\sip.cp311-win_amd64.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\sip.cp311-win_amd64.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtCore.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
+ 'EXTENSION'),
+ ('PyQt5\\QtWidgets.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
+ 'BINARY'),
+ ('VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('libffi-8.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libffi-8.dll',
+ 'BINARY'),
+ ('python3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY'),
+ ('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
+ 'DATA'),
+ ('PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
+ 'DATA'),
+ ('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\base_library.zip',
+ 'DATA')],
+ 'python311.dll',
+ False,
+ False,
+ False,
+ [],
+ None,
+ None,
+ None)
diff --git a/build/client/SimpleChat-Client/PYZ-00.pyz b/build/client/SimpleChat-Client/PYZ-00.pyz
new file mode 100644
index 0000000..5e0eaba
Binary files /dev/null and b/build/client/SimpleChat-Client/PYZ-00.pyz differ
diff --git a/build/client/SimpleChat-Client/PYZ-00.toc b/build/client/SimpleChat-Client/PYZ-00.toc
new file mode 100644
index 0000000..7639144
--- /dev/null
+++ b/build/client/SimpleChat-Client/PYZ-00.toc
@@ -0,0 +1,368 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\build\\client\\SimpleChat-Client\\PYZ-00.pyz',
+ [('PyQt5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyQt5\\__init__.py',
+ 'PYMODULE'),
+ ('_compat_pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compat_pickle.py',
+ 'PYMODULE'),
+ ('_compression',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compression.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_py_abc.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_pydecimal.py',
+ 'PYMODULE'),
+ ('_pyi_rth_utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\__init__.py',
+ 'PYMODULE'),
+ ('_pyi_rth_utils.qt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\qt.py',
+ 'PYMODULE'),
+ ('_strptime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_strptime.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_threading_local.py',
+ 'PYMODULE'),
+ ('argparse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\argparse.py',
+ 'PYMODULE'),
+ ('ast',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ast.py',
+ 'PYMODULE'),
+ ('base64',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\base64.py',
+ 'PYMODULE'),
+ ('bisect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bisect.py',
+ 'PYMODULE'),
+ ('bz2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bz2.py',
+ 'PYMODULE'),
+ ('calendar',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\calendar.py',
+ 'PYMODULE'),
+ ('client_core',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\client_core.py',
+ 'PYMODULE'),
+ ('config',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\config.py',
+ 'PYMODULE'),
+ ('contextlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextlib.py',
+ 'PYMODULE'),
+ ('contextvars',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextvars.py',
+ 'PYMODULE'),
+ ('copy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copy.py',
+ 'PYMODULE'),
+ ('csv',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\csv.py',
+ 'PYMODULE'),
+ ('ctypes',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ctypes\\__init__.py',
+ 'PYMODULE'),
+ ('ctypes._endian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ctypes\\_endian.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dataclasses.py',
+ 'PYMODULE'),
+ ('datetime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\datetime.py',
+ 'PYMODULE'),
+ ('decimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\decimal.py',
+ 'PYMODULE'),
+ ('dis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dis.py',
+ 'PYMODULE'),
+ ('email',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\__init__.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_encoded_words.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_header_value_parser.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_parseaddr.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_policybase.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\base64mime.py',
+ 'PYMODULE'),
+ ('email.charset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\charset.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\contentmanager.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\encoders.py',
+ 'PYMODULE'),
+ ('email.errors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\errors.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\feedparser.py',
+ 'PYMODULE'),
+ ('email.generator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\generator.py',
+ 'PYMODULE'),
+ ('email.header',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\header.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\headerregistry.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\iterators.py',
+ 'PYMODULE'),
+ ('email.message',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\message.py',
+ 'PYMODULE'),
+ ('email.parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\parser.py',
+ 'PYMODULE'),
+ ('email.policy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\policy.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\quoprimime.py',
+ 'PYMODULE'),
+ ('email.utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\utils.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fnmatch.py',
+ 'PYMODULE'),
+ ('fractions',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fractions.py',
+ 'PYMODULE'),
+ ('getopt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\getopt.py',
+ 'PYMODULE'),
+ ('gettext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gettext.py',
+ 'PYMODULE'),
+ ('gzip',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gzip.py',
+ 'PYMODULE'),
+ ('hashlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\hashlib.py',
+ 'PYMODULE'),
+ ('html',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\html\\__init__.py',
+ 'PYMODULE'),
+ ('html.entities',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\html\\entities.py',
+ 'PYMODULE'),
+ ('importlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\__init__.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_abc.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\abc.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\machinery.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_text.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.resources._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.resources._common',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_common.py',
+ 'PYMODULE'),
+ ('importlib.resources._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.resources._legacy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_legacy.py',
+ 'PYMODULE'),
+ ('importlib.resources.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\abc.py',
+ 'PYMODULE'),
+ ('importlib.resources.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\readers.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\util.py',
+ 'PYMODULE'),
+ ('inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\inspect.py',
+ 'PYMODULE'),
+ ('ipaddress',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ipaddress.py',
+ 'PYMODULE'),
+ ('json',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\__init__.py',
+ 'PYMODULE'),
+ ('json.decoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\decoder.py',
+ 'PYMODULE'),
+ ('json.encoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\encoder.py',
+ 'PYMODULE'),
+ ('json.scanner',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\scanner.py',
+ 'PYMODULE'),
+ ('logging',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\logging\\__init__.py',
+ 'PYMODULE'),
+ ('lzma',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\lzma.py',
+ 'PYMODULE'),
+ ('numbers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\numbers.py',
+ 'PYMODULE'),
+ ('opcode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\opcode.py',
+ 'PYMODULE'),
+ ('pathlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pathlib.py',
+ 'PYMODULE'),
+ ('pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pickle.py',
+ 'PYMODULE'),
+ ('pkgutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pkgutil.py',
+ 'PYMODULE'),
+ ('pprint',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pprint.py',
+ 'PYMODULE'),
+ ('py_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\py_compile.py',
+ 'PYMODULE'),
+ ('quopri',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\quopri.py',
+ 'PYMODULE'),
+ ('random',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\random.py',
+ 'PYMODULE'),
+ ('selectors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\selectors.py',
+ 'PYMODULE'),
+ ('shutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\shutil.py',
+ 'PYMODULE'),
+ ('signal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\signal.py',
+ 'PYMODULE'),
+ ('socket',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\socket.py',
+ 'PYMODULE'),
+ ('statistics',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\statistics.py',
+ 'PYMODULE'),
+ ('string',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\string.py',
+ 'PYMODULE'),
+ ('stringprep',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stringprep.py',
+ 'PYMODULE'),
+ ('subprocess',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py',
+ 'PYMODULE'),
+ ('tarfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tarfile.py',
+ 'PYMODULE'),
+ ('tempfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tempfile.py',
+ 'PYMODULE'),
+ ('textwrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\textwrap.py',
+ 'PYMODULE'),
+ ('threading',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\threading.py',
+ 'PYMODULE'),
+ ('token',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\token.py',
+ 'PYMODULE'),
+ ('tokenize',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tokenize.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tracemalloc.py',
+ 'PYMODULE'),
+ ('typing',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\typing.py',
+ 'PYMODULE'),
+ ('ui', '-', 'PYMODULE'),
+ ('ui.group_detail_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\group_detail_window.py',
+ 'PYMODULE'),
+ ('ui.history_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\history_window.py',
+ 'PYMODULE'),
+ ('ui.login_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\login_window.py',
+ 'PYMODULE'),
+ ('ui.main_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\main_window.py',
+ 'PYMODULE'),
+ ('ui.register_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\register_window.py',
+ 'PYMODULE'),
+ ('ui.search_window',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\search_window.py',
+ 'PYMODULE'),
+ ('ui.widgets',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\ui\\widgets.py',
+ 'PYMODULE'),
+ ('urllib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\__init__.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\parse.py',
+ 'PYMODULE'),
+ ('utils',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\client\\utils.py',
+ 'PYMODULE'),
+ ('zipfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipfile.py',
+ 'PYMODULE'),
+ ('zipimport',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipimport.py',
+ 'PYMODULE')])
diff --git a/build/client/SimpleChat-Client/SimpleChat-Client.pkg b/build/client/SimpleChat-Client/SimpleChat-Client.pkg
new file mode 100644
index 0000000..47ae0d5
Binary files /dev/null and b/build/client/SimpleChat-Client/SimpleChat-Client.pkg differ
diff --git a/build/client/SimpleChat-Client/base_library.zip b/build/client/SimpleChat-Client/base_library.zip
new file mode 100644
index 0000000..b3f6af1
Binary files /dev/null and b/build/client/SimpleChat-Client/base_library.zip differ
diff --git a/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt b/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt
new file mode 100644
index 0000000..94c5a73
--- /dev/null
+++ b/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt
@@ -0,0 +1,27 @@
+
+This file lists modules PyInstaller was not able to find. This does not
+necessarily mean these modules are required for running your program. Both
+Python's standard library and 3rd-party Python packages often conditionally
+import optional modules, some of which may be available only on certain
+platforms.
+
+Types of import:
+* top-level: imported at the top-level - look at these first
+* conditional: imported within an if-statement
+* delayed: imported within a function
+* optional: imported within a try-except-statement
+
+IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
+ tracking down the missing module yourself. Thanks!
+
+missing module named pyimod02_importers - imported by C:\Users\86188\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
+missing module named 'org.python' - imported by copy (optional)
+missing module named org - imported by pickle (optional)
+missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
+missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
+missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional)
+missing module named resource - imported by posix (top-level)
+excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
+missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
+missing module named _posixsubprocess - imported by subprocess (conditional)
+missing module named fcntl - imported by subprocess (optional)
diff --git a/build/client/SimpleChat-Client/xref-SimpleChat-Client.html b/build/client/SimpleChat-Client/xref-SimpleChat-Client.html
new file mode 100644
index 0000000..d39415b
--- /dev/null
+++ b/build/client/SimpleChat-Client/xref-SimpleChat-Client.html
@@ -0,0 +1,7908 @@
+
+
+
+
+ modulegraph cross reference for main.py, pyi_rth_inspect.py, pyi_rth_pkgutil.py, pyi_rth_pyqt5.py
+
+
+
+ modulegraph cross reference for main.py, pyi_rth_inspect.py, pyi_rth_pkgutil.py, pyi_rth_pyqt5.py
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PyQt5.QtCore C:\Users\86188\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyQt5\QtCore.pyd
+
+
+
+
+
+
+
PyQt5.QtGui C:\Users\86188\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyQt5\QtGui.pyd
+
+
+
+
+
+
+
PyQt5.QtWidgets C:\Users\86188\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyQt5\QtWidgets.pyd
+
+
+
+
+
+
+
PyQt5.sip C:\Users\86188\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyQt5\sip.cp311-win_amd64.pyd
+
+
+
+
+
+
+
_abc (builtin module)
+
+
+
+
+
+
_ast (builtin module)
+
+
+
+
+
+
_bisect (builtin module)
+
+
+
+
+
+
_blake2 (builtin module)
+
+
+
+
+
+
_bz2 C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_bz2.pyd
+
+
+
+
+
+
_codecs (builtin module)
+
+
+
+
+
+
_codecs_cn (builtin module)
+
+
+
+
+
+
_codecs_hk (builtin module)
+
+
+
+
+
+
_codecs_iso2022 (builtin module)
+
+
+
+
+
+
_codecs_jp (builtin module)
+
+
+
+
+
+
_codecs_kr (builtin module)
+
+
+
+
+
+
_codecs_tw (builtin module)
+
+
+
+
+
+
_collections (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
_contextvars (builtin module)
+
+
+
+
+
+
_csv (builtin module)
+
+
+
+
+
+
_ctypes C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_ctypes.pyd
+
+
+
+
+
+
_datetime (builtin module)
+
+
+
+
+
+
+
_decimal C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_decimal.pyd
+
+
+
+
+
+
+
+
+
+
_functools (builtin module)
+
+
+
+
+
+
_hashlib C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_hashlib.pyd
+
+
+
+
+
+
_heapq (builtin module)
+imported by:
+
heapq
+
+
+
+
+
+
+
+
_imp (builtin module)
+
+
+
+
+
+
_io (builtin module)
+
+
+
+
+
+
_json (builtin module)
+
+
+
+
+
+
+
_locale (builtin module)
+
+
+
+
+
+
_lzma C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_lzma.pyd
+
+
+
+
+
+
_md5 (builtin module)
+
+
+
+
+
+
_multibytecodec (builtin module)
+
+
+
+
+
+
_opcode (builtin module)
+
+
+
+
+
+
_operator (builtin module)
+
+
+
+
+
+
_pickle (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
_random (builtin module)
+
+
+
+
+
+
_sha1 (builtin module)
+
+
+
+
+
+
_sha256 (builtin module)
+
+
+
+
+
+
_sha3 (builtin module)
+
+
+
+
+
+
_sha512 (builtin module)
+
+
+
+
+
+
_signal (builtin module)
+
+
+
+
+
+
_socket C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_socket.pyd
+
+
+
+
+
+
_sre (builtin module)
+
+
+
+
+
+
+
_stat (builtin module)
+
+
+
+
+
+
_statistics (builtin module)
+
+
+
+
+
+
_string (builtin module)
+
+
+
+
+
+
+
+
_struct (builtin module)
+
+
+
+
+
+
_thread (builtin module)
+
+
+
+
+
+
+
+
_tokenize (builtin module)
+
+
+
+
+
+
_tracemalloc (builtin module)
+
+
+
+
+
+
_typing (builtin module)
+
+
+
+
+
+
_warnings (builtin module)
+
+
+
+
+
+
_weakref (builtin module)
+
+
+
+
+
+
+
+
_winapi (builtin module)
+
+
+
+
+
+
abc
+
SourceModule
+
+
+
+
+
+
+
+
+
array (builtin module)
+
+
+
+
+
+
ast
+
SourceModule
+
+
+
+
+
+
+
atexit (builtin module)
+
+
+
+
+
+
base64
+
SourceModule
+
+
+
+
+
+
+
binascii (builtin module)
+
+
+
+
+
+
bisect
+
SourceModule
+
+
+
+
+
+
+
builtins (builtin module)
+
+
+
+
+
+
bz2
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
codecs
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
config
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
copy
+
SourceModule
+
+
+
+
+
+
+
+
+
csv
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
dis
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
enum
+
SourceModule
+
+
+
+
+
+
+
errno (builtin module)
+
+
+
+
+
+
fcntl
+
MissingModule
+
+
+
+
+
+
+
+
+
+
+
+
gc (builtin module)
+
+
+
+
+
+
+
+
+
getopt
+
SourceModule
+
+
+
+
+
+
+
+
+
grp
+
MissingModule
+
+
+
+
+
+
gzip
+
SourceModule
+
+
+
+
+
+
+
+
+
heapq
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
io
+
SourceModule
+
+
+
+
+
+
+
+
+
itertools (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
locale
+
SourceModule
+
+
+
+
+
+
+
+
+
lzma
+
SourceModule
+
+
+
+
+
+
+
marshal (builtin module)
+
+
+
+
+
+
math (builtin module)
+
+
+
+
+
+
msvcrt (builtin module)
+
+
+
+
+
+
nt (builtin module)
+
+
+
+
+
+
ntpath
+
SourceModule
+
+
+
+
+
+
+
+
+
opcode
+
SourceModule
+
+
+
+
+
+
+
+
+
org
+
MissingModule
+
+
+
+
+
+
os
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
pickle
+
SourceModule
+
+
+
+
+
+
+
+
+
posix
+
MissingModule
+
+
+
+
+
+
+
+
+
pprint
+
SourceModule
+
+
+
+
+
+
+
pwd
+
MissingModule
+
+
+
+
+
+
+
+
+
+
quopri
+
SourceModule
+
+
+
+
+
+
+
random
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
select C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\select.pyd
+
+
+
+
+
+
+
+
shutil
+
SourceModule
+
+
+
+
+
+
+
signal
+
SourceModule
+
+
+
+
+
+
+
socket
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
stat
+
SourceModule
+
+
+
+
+
+
+
+
+
string
+
SourceModule
+
+
+
+
+
+
+
+
+
struct
+
SourceModule
+
+
+
+
+
+
+
+
+
sys (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
time (builtin module)
+
+
+
+
+
+
+
token
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
types
+
SourceModule
+
+
+
+
+
+
+
typing
+
SourceModule
+
+
+
+
+
+
+
ui
+
NamespacePackage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
unicodedata C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\unicodedata.pyd
+
+
+
+
+
+
+
+
+
+
utils
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
winreg (builtin module)
+
+
+
+
+
+
+
+
+
+
zlib (builtin module)
+
+
+
+
+
diff --git a/build/server/SimpleChat-Server/Analysis-00.toc b/build/server/SimpleChat-Server/Analysis-00.toc
new file mode 100644
index 0000000..e551928
--- /dev/null
+++ b/build/server/SimpleChat-Server/Analysis-00.toc
@@ -0,0 +1,1014 @@
+(['C:\\Users\\86188\\Desktop\\simplechat\\server\\main.py'],
+ ['C:\\Users\\86188\\Desktop\\simplechat\\server'],
+ [],
+ [('C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks',
+ -1000),
+ ('C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\_pyinstaller_hooks_contrib',
+ -1000)],
+ {},
+ [],
+ [],
+ False,
+ {},
+ 0,
+ [],
+ [],
+ '3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit '
+ '(AMD64)]',
+ [('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\main.py',
+ 'PYSOURCE')],
+ [('zipfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipfile.py',
+ 'PYMODULE'),
+ ('py_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\py_compile.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\machinery.py',
+ 'PYMODULE'),
+ ('importlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\__init__.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\__init__.py',
+ 'PYMODULE'),
+ ('typing',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\typing.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\abc.py',
+ 'PYMODULE'),
+ ('importlib.resources.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\abc.py',
+ 'PYMODULE'),
+ ('importlib.resources',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.resources._legacy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_legacy.py',
+ 'PYMODULE'),
+ ('importlib.resources._common',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_common.py',
+ 'PYMODULE'),
+ ('importlib.resources._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_adapters.py',
+ 'PYMODULE'),
+ ('tempfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tempfile.py',
+ 'PYMODULE'),
+ ('random',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\random.py',
+ 'PYMODULE'),
+ ('statistics',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\statistics.py',
+ 'PYMODULE'),
+ ('decimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\decimal.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_pydecimal.py',
+ 'PYMODULE'),
+ ('contextvars',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextvars.py',
+ 'PYMODULE'),
+ ('fractions',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fractions.py',
+ 'PYMODULE'),
+ ('numbers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\numbers.py',
+ 'PYMODULE'),
+ ('hashlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\hashlib.py',
+ 'PYMODULE'),
+ ('logging',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\logging\\__init__.py',
+ 'PYMODULE'),
+ ('pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pickle.py',
+ 'PYMODULE'),
+ ('pprint',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pprint.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dataclasses.py',
+ 'PYMODULE'),
+ ('copy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copy.py',
+ 'PYMODULE'),
+ ('_compat_pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compat_pickle.py',
+ 'PYMODULE'),
+ ('string',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\string.py',
+ 'PYMODULE'),
+ ('bisect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bisect.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_abc.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_text.py',
+ 'PYMODULE'),
+ ('email.message',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\message.py',
+ 'PYMODULE'),
+ ('email.policy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\policy.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\contentmanager.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\quoprimime.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\headerregistry.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_header_value_parser.py',
+ 'PYMODULE'),
+ ('urllib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\__init__.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\iterators.py',
+ 'PYMODULE'),
+ ('email.generator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\generator.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_encoded_words.py',
+ 'PYMODULE'),
+ ('base64',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\base64.py',
+ 'PYMODULE'),
+ ('getopt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\getopt.py',
+ 'PYMODULE'),
+ ('gettext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gettext.py',
+ 'PYMODULE'),
+ ('email.charset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\charset.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\encoders.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\base64mime.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_policybase.py',
+ 'PYMODULE'),
+ ('email.header',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\header.py',
+ 'PYMODULE'),
+ ('email.errors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\errors.py',
+ 'PYMODULE'),
+ ('email.utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\utils.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_parseaddr.py',
+ 'PYMODULE'),
+ ('calendar',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\calendar.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\parse.py',
+ 'PYMODULE'),
+ ('ipaddress',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ipaddress.py',
+ 'PYMODULE'),
+ ('datetime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\datetime.py',
+ 'PYMODULE'),
+ ('_strptime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_strptime.py',
+ 'PYMODULE'),
+ ('socket',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\socket.py',
+ 'PYMODULE'),
+ ('selectors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\selectors.py',
+ 'PYMODULE'),
+ ('quopri',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\quopri.py',
+ 'PYMODULE'),
+ ('textwrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\textwrap.py',
+ 'PYMODULE'),
+ ('email',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\__init__.py',
+ 'PYMODULE'),
+ ('email.parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\parser.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\feedparser.py',
+ 'PYMODULE'),
+ ('csv',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\csv.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_itertools.py',
+ 'PYMODULE'),
+ ('tokenize',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tokenize.py',
+ 'PYMODULE'),
+ ('token',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\token.py',
+ 'PYMODULE'),
+ ('lzma',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\lzma.py',
+ 'PYMODULE'),
+ ('_compression',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compression.py',
+ 'PYMODULE'),
+ ('bz2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bz2.py',
+ 'PYMODULE'),
+ ('pathlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pathlib.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fnmatch.py',
+ 'PYMODULE'),
+ ('contextlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextlib.py',
+ 'PYMODULE'),
+ ('threading',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\threading.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_threading_local.py',
+ 'PYMODULE'),
+ ('struct',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\struct.py',
+ 'PYMODULE'),
+ ('shutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\shutil.py',
+ 'PYMODULE'),
+ ('tarfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tarfile.py',
+ 'PYMODULE'),
+ ('gzip',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gzip.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\util.py',
+ 'PYMODULE'),
+ ('inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\inspect.py',
+ 'PYMODULE'),
+ ('dis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dis.py',
+ 'PYMODULE'),
+ ('opcode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\opcode.py',
+ 'PYMODULE'),
+ ('ast',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ast.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tracemalloc.py',
+ 'PYMODULE'),
+ ('subprocess',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py',
+ 'PYMODULE'),
+ ('signal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\signal.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_py_abc.py',
+ 'PYMODULE'),
+ ('stringprep',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stringprep.py',
+ 'PYMODULE'),
+ ('config',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\config.py',
+ 'PYMODULE'),
+ ('json',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\__init__.py',
+ 'PYMODULE'),
+ ('json.encoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\encoder.py',
+ 'PYMODULE'),
+ ('json.decoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\decoder.py',
+ 'PYMODULE'),
+ ('json.scanner',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\scanner.py',
+ 'PYMODULE'),
+ ('server_core',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\server_core.py',
+ 'PYMODULE'),
+ ('database',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\database.py',
+ 'PYMODULE'),
+ ('sqlite3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\__init__.py',
+ 'PYMODULE'),
+ ('sqlite3.dump',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\dump.py',
+ 'PYMODULE'),
+ ('sqlite3.dbapi2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\dbapi2.py',
+ 'PYMODULE'),
+ ('argparse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\argparse.py',
+ 'PYMODULE')],
+ [('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('_sqlite3.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_sqlite3.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('sqlite3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\sqlite3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY')],
+ [],
+ [],
+ [('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\base_library.zip',
+ 'DATA')],
+ [('traceback',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\traceback.py',
+ 'PYMODULE'),
+ ('genericpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\genericpath.py',
+ 'PYMODULE'),
+ ('enum',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\enum.py',
+ 'PYMODULE'),
+ ('warnings',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\warnings.py',
+ 'PYMODULE'),
+ ('os',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\os.py',
+ 'PYMODULE'),
+ ('_collections_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_collections_abc.py',
+ 'PYMODULE'),
+ ('re._parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_parser.py',
+ 'PYMODULE'),
+ ('re._constants',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_constants.py',
+ 'PYMODULE'),
+ ('re._compiler',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_compiler.py',
+ 'PYMODULE'),
+ ('re._casefix',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\_casefix.py',
+ 'PYMODULE'),
+ ('re',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\re\\__init__.py',
+ 'PYMODULE'),
+ ('abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\abc.py',
+ 'PYMODULE'),
+ ('codecs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\codecs.py',
+ 'PYMODULE'),
+ ('sre_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_compile.py',
+ 'PYMODULE'),
+ ('stat',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stat.py',
+ 'PYMODULE'),
+ ('weakref',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\weakref.py',
+ 'PYMODULE'),
+ ('linecache',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\linecache.py',
+ 'PYMODULE'),
+ ('operator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\operator.py',
+ 'PYMODULE'),
+ ('reprlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\reprlib.py',
+ 'PYMODULE'),
+ ('types',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\types.py',
+ 'PYMODULE'),
+ ('io',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\io.py',
+ 'PYMODULE'),
+ ('_weakrefset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_weakrefset.py',
+ 'PYMODULE'),
+ ('posixpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\posixpath.py',
+ 'PYMODULE'),
+ ('encodings.zlib_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\zlib_codec.py',
+ 'PYMODULE'),
+ ('encodings.uu_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\uu_codec.py',
+ 'PYMODULE'),
+ ('encodings.utf_8_sig',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_8_sig.py',
+ 'PYMODULE'),
+ ('encodings.utf_8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_8.py',
+ 'PYMODULE'),
+ ('encodings.utf_7',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_7.py',
+ 'PYMODULE'),
+ ('encodings.utf_32_le',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32_le.py',
+ 'PYMODULE'),
+ ('encodings.utf_32_be',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32_be.py',
+ 'PYMODULE'),
+ ('encodings.utf_32',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_32.py',
+ 'PYMODULE'),
+ ('encodings.utf_16_le',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16_le.py',
+ 'PYMODULE'),
+ ('encodings.utf_16_be',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16_be.py',
+ 'PYMODULE'),
+ ('encodings.utf_16',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\utf_16.py',
+ 'PYMODULE'),
+ ('encodings.unicode_escape',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\unicode_escape.py',
+ 'PYMODULE'),
+ ('encodings.undefined',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\undefined.py',
+ 'PYMODULE'),
+ ('encodings.tis_620',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\tis_620.py',
+ 'PYMODULE'),
+ ('encodings.shift_jisx0213',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jisx0213.py',
+ 'PYMODULE'),
+ ('encodings.shift_jis_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jis_2004.py',
+ 'PYMODULE'),
+ ('encodings.shift_jis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\shift_jis.py',
+ 'PYMODULE'),
+ ('encodings.rot_13',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\rot_13.py',
+ 'PYMODULE'),
+ ('encodings.raw_unicode_escape',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\raw_unicode_escape.py',
+ 'PYMODULE'),
+ ('encodings.quopri_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\quopri_codec.py',
+ 'PYMODULE'),
+ ('encodings.punycode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\punycode.py',
+ 'PYMODULE'),
+ ('encodings.ptcp154',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\ptcp154.py',
+ 'PYMODULE'),
+ ('encodings.palmos',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\palmos.py',
+ 'PYMODULE'),
+ ('encodings.oem',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\oem.py',
+ 'PYMODULE'),
+ ('encodings.mbcs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mbcs.py',
+ 'PYMODULE'),
+ ('encodings.mac_turkish',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_turkish.py',
+ 'PYMODULE'),
+ ('encodings.mac_romanian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_romanian.py',
+ 'PYMODULE'),
+ ('encodings.mac_roman',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_roman.py',
+ 'PYMODULE'),
+ ('encodings.mac_latin2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_latin2.py',
+ 'PYMODULE'),
+ ('encodings.mac_iceland',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_iceland.py',
+ 'PYMODULE'),
+ ('encodings.mac_greek',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_greek.py',
+ 'PYMODULE'),
+ ('encodings.mac_farsi',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_farsi.py',
+ 'PYMODULE'),
+ ('encodings.mac_cyrillic',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_cyrillic.py',
+ 'PYMODULE'),
+ ('encodings.mac_croatian',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_croatian.py',
+ 'PYMODULE'),
+ ('encodings.mac_arabic',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\mac_arabic.py',
+ 'PYMODULE'),
+ ('encodings.latin_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\latin_1.py',
+ 'PYMODULE'),
+ ('encodings.kz1048',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\kz1048.py',
+ 'PYMODULE'),
+ ('encodings.koi8_u',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_u.py',
+ 'PYMODULE'),
+ ('encodings.koi8_t',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_t.py',
+ 'PYMODULE'),
+ ('encodings.koi8_r',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\koi8_r.py',
+ 'PYMODULE'),
+ ('encodings.johab',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\johab.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_9',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_9.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_8.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_7',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_7.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_6',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_6.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_5.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_4',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_4.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_3.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_2.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_16',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_16.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_15',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_15.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_14',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_14.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_13',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_13.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_11',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_11.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_10',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_10.py',
+ 'PYMODULE'),
+ ('encodings.iso8859_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso8859_1.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_kr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_kr.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_ext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_ext.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_3.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_2004.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_2.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp_1',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp_1.py',
+ 'PYMODULE'),
+ ('encodings.iso2022_jp',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\iso2022_jp.py',
+ 'PYMODULE'),
+ ('encodings.idna',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\idna.py',
+ 'PYMODULE'),
+ ('encodings.hz',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hz.py',
+ 'PYMODULE'),
+ ('encodings.hp_roman8',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hp_roman8.py',
+ 'PYMODULE'),
+ ('encodings.hex_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\hex_codec.py',
+ 'PYMODULE'),
+ ('encodings.gbk',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gbk.py',
+ 'PYMODULE'),
+ ('encodings.gb2312',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gb2312.py',
+ 'PYMODULE'),
+ ('encodings.gb18030',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\gb18030.py',
+ 'PYMODULE'),
+ ('encodings.euc_kr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_kr.py',
+ 'PYMODULE'),
+ ('encodings.euc_jp',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jp.py',
+ 'PYMODULE'),
+ ('encodings.euc_jisx0213',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jisx0213.py',
+ 'PYMODULE'),
+ ('encodings.euc_jis_2004',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\euc_jis_2004.py',
+ 'PYMODULE'),
+ ('encodings.cp950',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp950.py',
+ 'PYMODULE'),
+ ('encodings.cp949',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp949.py',
+ 'PYMODULE'),
+ ('encodings.cp932',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp932.py',
+ 'PYMODULE'),
+ ('encodings.cp875',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp875.py',
+ 'PYMODULE'),
+ ('encodings.cp874',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp874.py',
+ 'PYMODULE'),
+ ('encodings.cp869',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp869.py',
+ 'PYMODULE'),
+ ('encodings.cp866',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp866.py',
+ 'PYMODULE'),
+ ('encodings.cp865',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp865.py',
+ 'PYMODULE'),
+ ('encodings.cp864',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp864.py',
+ 'PYMODULE'),
+ ('encodings.cp863',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp863.py',
+ 'PYMODULE'),
+ ('encodings.cp862',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp862.py',
+ 'PYMODULE'),
+ ('encodings.cp861',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp861.py',
+ 'PYMODULE'),
+ ('encodings.cp860',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp860.py',
+ 'PYMODULE'),
+ ('encodings.cp858',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp858.py',
+ 'PYMODULE'),
+ ('encodings.cp857',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp857.py',
+ 'PYMODULE'),
+ ('encodings.cp856',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp856.py',
+ 'PYMODULE'),
+ ('encodings.cp855',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp855.py',
+ 'PYMODULE'),
+ ('encodings.cp852',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp852.py',
+ 'PYMODULE'),
+ ('encodings.cp850',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp850.py',
+ 'PYMODULE'),
+ ('encodings.cp775',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp775.py',
+ 'PYMODULE'),
+ ('encodings.cp737',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp737.py',
+ 'PYMODULE'),
+ ('encodings.cp720',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp720.py',
+ 'PYMODULE'),
+ ('encodings.cp500',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp500.py',
+ 'PYMODULE'),
+ ('encodings.cp437',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp437.py',
+ 'PYMODULE'),
+ ('encodings.cp424',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp424.py',
+ 'PYMODULE'),
+ ('encodings.cp273',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp273.py',
+ 'PYMODULE'),
+ ('encodings.cp1258',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1258.py',
+ 'PYMODULE'),
+ ('encodings.cp1257',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1257.py',
+ 'PYMODULE'),
+ ('encodings.cp1256',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1256.py',
+ 'PYMODULE'),
+ ('encodings.cp1255',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1255.py',
+ 'PYMODULE'),
+ ('encodings.cp1254',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1254.py',
+ 'PYMODULE'),
+ ('encodings.cp1253',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1253.py',
+ 'PYMODULE'),
+ ('encodings.cp1252',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1252.py',
+ 'PYMODULE'),
+ ('encodings.cp1251',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1251.py',
+ 'PYMODULE'),
+ ('encodings.cp1250',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1250.py',
+ 'PYMODULE'),
+ ('encodings.cp1140',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1140.py',
+ 'PYMODULE'),
+ ('encodings.cp1125',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1125.py',
+ 'PYMODULE'),
+ ('encodings.cp1026',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1026.py',
+ 'PYMODULE'),
+ ('encodings.cp1006',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp1006.py',
+ 'PYMODULE'),
+ ('encodings.cp037',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\cp037.py',
+ 'PYMODULE'),
+ ('encodings.charmap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\charmap.py',
+ 'PYMODULE'),
+ ('encodings.bz2_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\bz2_codec.py',
+ 'PYMODULE'),
+ ('encodings.big5hkscs',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\big5hkscs.py',
+ 'PYMODULE'),
+ ('encodings.big5',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\big5.py',
+ 'PYMODULE'),
+ ('encodings.base64_codec',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\base64_codec.py',
+ 'PYMODULE'),
+ ('encodings.ascii',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\ascii.py',
+ 'PYMODULE'),
+ ('encodings.aliases',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\aliases.py',
+ 'PYMODULE'),
+ ('encodings',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\encodings\\__init__.py',
+ 'PYMODULE'),
+ ('ntpath',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ntpath.py',
+ 'PYMODULE'),
+ ('functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\functools.py',
+ 'PYMODULE'),
+ ('sre_constants',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_constants.py',
+ 'PYMODULE'),
+ ('locale',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\locale.py',
+ 'PYMODULE'),
+ ('collections.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\collections\\abc.py',
+ 'PYMODULE'),
+ ('collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\collections\\__init__.py',
+ 'PYMODULE'),
+ ('keyword',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\keyword.py',
+ 'PYMODULE'),
+ ('sre_parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sre_parse.py',
+ 'PYMODULE'),
+ ('copyreg',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copyreg.py',
+ 'PYMODULE'),
+ ('heapq',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\heapq.py',
+ 'PYMODULE')])
diff --git a/build/server/SimpleChat-Server/EXE-00.toc b/build/server/SimpleChat-Server/EXE-00.toc
new file mode 100644
index 0000000..5a9e868
--- /dev/null
+++ b/build/server/SimpleChat-Server/EXE-00.toc
@@ -0,0 +1,262 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\dist\\SimpleChat\\SimpleChat-Server.exe',
+ True,
+ False,
+ False,
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico',
+ None,
+ False,
+ False,
+ b'\n\n \n \n \n \n \n \n \n '
+ b'\n <'
+ b'application>\n \n \n '
+ b' \n \n \n \n <'
+ b'/compatibility>\n '
+ b'\n \n true\n \n \n \n \n \n \n \n',
+ True,
+ False,
+ None,
+ None,
+ None,
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\SimpleChat-Server.pkg',
+ [('pyi-contents-directory _internal', '', 'OPTION'),
+ ('PYZ-00.pyz',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\PYZ-00.pyz',
+ 'PYZ'),
+ ('struct',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\struct.pyc',
+ 'PYMODULE'),
+ ('pyimod01_archive',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod01_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod02_importers',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod02_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod03_ctypes',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod03_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyimod04_pywin32',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod04_pywin32.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\main.py',
+ 'PYSOURCE'),
+ ('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('_sqlite3.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_sqlite3.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('sqlite3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\sqlite3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY'),
+ ('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\base_library.zip',
+ 'DATA')],
+ [],
+ False,
+ False,
+ 1778808556,
+ [('run.exe',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
+ 'EXECUTABLE')],
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll')
diff --git a/build/server/SimpleChat-Server/PKG-00.toc b/build/server/SimpleChat-Server/PKG-00.toc
new file mode 100644
index 0000000..9f8ddff
--- /dev/null
+++ b/build/server/SimpleChat-Server/PKG-00.toc
@@ -0,0 +1,240 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\SimpleChat-Server.pkg',
+ {'BINARY': True,
+ 'DATA': True,
+ 'EXECUTABLE': True,
+ 'EXTENSION': True,
+ 'PYMODULE': True,
+ 'PYSOURCE': True,
+ 'PYZ': False,
+ 'SPLASH': True,
+ 'SYMLINK': False},
+ [('pyi-contents-directory _internal', '', 'OPTION'),
+ ('PYZ-00.pyz',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\PYZ-00.pyz',
+ 'PYZ'),
+ ('struct',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\struct.pyc',
+ 'PYMODULE'),
+ ('pyimod01_archive',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod01_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod02_importers',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod02_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod03_ctypes',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod03_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyimod04_pywin32',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\localpycs\\pyimod04_pywin32.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('main',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\main.py',
+ 'PYSOURCE'),
+ ('python311.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll',
+ 'BINARY'),
+ ('_decimal.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_decimal.pyd',
+ 'EXTENSION'),
+ ('_hashlib.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_hashlib.pyd',
+ 'EXTENSION'),
+ ('unicodedata.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\unicodedata.pyd',
+ 'EXTENSION'),
+ ('select.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\select.pyd',
+ 'EXTENSION'),
+ ('_socket.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_socket.pyd',
+ 'EXTENSION'),
+ ('_lzma.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_lzma.pyd',
+ 'EXTENSION'),
+ ('_bz2.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_bz2.pyd',
+ 'EXTENSION'),
+ ('_sqlite3.pyd',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\_sqlite3.pyd',
+ 'EXTENSION'),
+ ('api-ms-win-crt-conio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-conio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-process-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-process-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-math-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-math-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-convert-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-convert-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-time-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-time-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-runtime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-runtime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-locale-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-locale-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-stdio-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-stdio-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-environment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-environment-l1-1-0.dll',
+ 'BINARY'),
+ ('VCRUNTIME140.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\VCRUNTIME140.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('libcrypto-3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\libcrypto-3.dll',
+ 'BINARY'),
+ ('sqlite3.dll',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\DLLs\\sqlite3.dll',
+ 'BINARY'),
+ ('ucrtbase.dll',
+ 'C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\ucrtbase.dll',
+ 'BINARY'),
+ ('api-ms-win-crt-utility-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-crt-utility-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-util-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-util-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-datetime-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-datetime-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-timezone-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-timezone-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l2-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l2-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-profile-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-profile-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-file-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-file-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-console-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-console-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-interlocked-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-interlocked-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processthreads-l1-1-1.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processthreads-l1-1-1.dll',
+ 'BINARY'),
+ ('api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-handle-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-handle-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-localization-l1-2-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-localization-l1-2-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-synch-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-synch-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-memory-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-memory-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-string-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-string-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-heap-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-heap-l1-1-0.dll',
+ 'BINARY'),
+ ('api-ms-win-core-debug-l1-1-0.dll',
+ 'C:\\Program '
+ 'Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin\\api-ms-win-core-debug-l1-1-0.dll',
+ 'BINARY'),
+ ('base_library.zip',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\base_library.zip',
+ 'DATA')],
+ 'python311.dll',
+ False,
+ False,
+ False,
+ [],
+ None,
+ None,
+ None)
diff --git a/build/server/SimpleChat-Server/PYZ-00.pyz b/build/server/SimpleChat-Server/PYZ-00.pyz
new file mode 100644
index 0000000..ecacec0
Binary files /dev/null and b/build/server/SimpleChat-Server/PYZ-00.pyz differ
diff --git a/build/server/SimpleChat-Server/PYZ-00.toc b/build/server/SimpleChat-Server/PYZ-00.toc
new file mode 100644
index 0000000..45f4f1a
--- /dev/null
+++ b/build/server/SimpleChat-Server/PYZ-00.toc
@@ -0,0 +1,328 @@
+('C:\\Users\\86188\\Desktop\\simplechat\\build\\server\\SimpleChat-Server\\PYZ-00.pyz',
+ [('_compat_pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compat_pickle.py',
+ 'PYMODULE'),
+ ('_compression',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_compression.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_py_abc.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_pydecimal.py',
+ 'PYMODULE'),
+ ('_strptime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_strptime.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\_threading_local.py',
+ 'PYMODULE'),
+ ('argparse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\argparse.py',
+ 'PYMODULE'),
+ ('ast',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ast.py',
+ 'PYMODULE'),
+ ('base64',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\base64.py',
+ 'PYMODULE'),
+ ('bisect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bisect.py',
+ 'PYMODULE'),
+ ('bz2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\bz2.py',
+ 'PYMODULE'),
+ ('calendar',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\calendar.py',
+ 'PYMODULE'),
+ ('config',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\config.py',
+ 'PYMODULE'),
+ ('contextlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextlib.py',
+ 'PYMODULE'),
+ ('contextvars',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\contextvars.py',
+ 'PYMODULE'),
+ ('copy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\copy.py',
+ 'PYMODULE'),
+ ('csv',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\csv.py',
+ 'PYMODULE'),
+ ('database',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\database.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dataclasses.py',
+ 'PYMODULE'),
+ ('datetime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\datetime.py',
+ 'PYMODULE'),
+ ('decimal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\decimal.py',
+ 'PYMODULE'),
+ ('dis',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\dis.py',
+ 'PYMODULE'),
+ ('email',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\__init__.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_encoded_words.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_header_value_parser.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_parseaddr.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\_policybase.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\base64mime.py',
+ 'PYMODULE'),
+ ('email.charset',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\charset.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\contentmanager.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\encoders.py',
+ 'PYMODULE'),
+ ('email.errors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\errors.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\feedparser.py',
+ 'PYMODULE'),
+ ('email.generator',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\generator.py',
+ 'PYMODULE'),
+ ('email.header',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\header.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\headerregistry.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\iterators.py',
+ 'PYMODULE'),
+ ('email.message',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\message.py',
+ 'PYMODULE'),
+ ('email.parser',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\parser.py',
+ 'PYMODULE'),
+ ('email.policy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\policy.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\quoprimime.py',
+ 'PYMODULE'),
+ ('email.utils',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\email\\utils.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fnmatch.py',
+ 'PYMODULE'),
+ ('fractions',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\fractions.py',
+ 'PYMODULE'),
+ ('getopt',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\getopt.py',
+ 'PYMODULE'),
+ ('gettext',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gettext.py',
+ 'PYMODULE'),
+ ('gzip',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\gzip.py',
+ 'PYMODULE'),
+ ('hashlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\hashlib.py',
+ 'PYMODULE'),
+ ('importlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\__init__.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_abc.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\abc.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\machinery.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\metadata\\_text.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\readers.py',
+ 'PYMODULE'),
+ ('importlib.resources',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\__init__.py',
+ 'PYMODULE'),
+ ('importlib.resources._adapters',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_adapters.py',
+ 'PYMODULE'),
+ ('importlib.resources._common',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_common.py',
+ 'PYMODULE'),
+ ('importlib.resources._itertools',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_itertools.py',
+ 'PYMODULE'),
+ ('importlib.resources._legacy',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\_legacy.py',
+ 'PYMODULE'),
+ ('importlib.resources.abc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\abc.py',
+ 'PYMODULE'),
+ ('importlib.resources.readers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\resources\\readers.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\importlib\\util.py',
+ 'PYMODULE'),
+ ('inspect',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\inspect.py',
+ 'PYMODULE'),
+ ('ipaddress',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\ipaddress.py',
+ 'PYMODULE'),
+ ('json',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\__init__.py',
+ 'PYMODULE'),
+ ('json.decoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\decoder.py',
+ 'PYMODULE'),
+ ('json.encoder',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\encoder.py',
+ 'PYMODULE'),
+ ('json.scanner',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\json\\scanner.py',
+ 'PYMODULE'),
+ ('logging',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\logging\\__init__.py',
+ 'PYMODULE'),
+ ('lzma',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\lzma.py',
+ 'PYMODULE'),
+ ('numbers',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\numbers.py',
+ 'PYMODULE'),
+ ('opcode',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\opcode.py',
+ 'PYMODULE'),
+ ('pathlib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pathlib.py',
+ 'PYMODULE'),
+ ('pickle',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pickle.py',
+ 'PYMODULE'),
+ ('pprint',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\pprint.py',
+ 'PYMODULE'),
+ ('py_compile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\py_compile.py',
+ 'PYMODULE'),
+ ('quopri',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\quopri.py',
+ 'PYMODULE'),
+ ('random',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\random.py',
+ 'PYMODULE'),
+ ('selectors',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\selectors.py',
+ 'PYMODULE'),
+ ('server_core',
+ 'C:\\Users\\86188\\Desktop\\simplechat\\server\\server_core.py',
+ 'PYMODULE'),
+ ('shutil',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\shutil.py',
+ 'PYMODULE'),
+ ('signal',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\signal.py',
+ 'PYMODULE'),
+ ('socket',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\socket.py',
+ 'PYMODULE'),
+ ('sqlite3',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\__init__.py',
+ 'PYMODULE'),
+ ('sqlite3.dbapi2',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\dbapi2.py',
+ 'PYMODULE'),
+ ('sqlite3.dump',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\sqlite3\\dump.py',
+ 'PYMODULE'),
+ ('statistics',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\statistics.py',
+ 'PYMODULE'),
+ ('string',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\string.py',
+ 'PYMODULE'),
+ ('stringprep',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\stringprep.py',
+ 'PYMODULE'),
+ ('subprocess',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py',
+ 'PYMODULE'),
+ ('tarfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tarfile.py',
+ 'PYMODULE'),
+ ('tempfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tempfile.py',
+ 'PYMODULE'),
+ ('textwrap',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\textwrap.py',
+ 'PYMODULE'),
+ ('threading',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\threading.py',
+ 'PYMODULE'),
+ ('token',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\token.py',
+ 'PYMODULE'),
+ ('tokenize',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tokenize.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\tracemalloc.py',
+ 'PYMODULE'),
+ ('typing',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\typing.py',
+ 'PYMODULE'),
+ ('urllib',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\__init__.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\urllib\\parse.py',
+ 'PYMODULE'),
+ ('zipfile',
+ 'C:\\Users\\86188\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\zipfile.py',
+ 'PYMODULE')])
diff --git a/build/server/SimpleChat-Server/SimpleChat-Server.pkg b/build/server/SimpleChat-Server/SimpleChat-Server.pkg
new file mode 100644
index 0000000..ee3f6e7
Binary files /dev/null and b/build/server/SimpleChat-Server/SimpleChat-Server.pkg differ
diff --git a/build/server/SimpleChat-Server/base_library.zip b/build/server/SimpleChat-Server/base_library.zip
new file mode 100644
index 0000000..958ab0e
Binary files /dev/null and b/build/server/SimpleChat-Server/base_library.zip differ
diff --git a/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt b/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt
new file mode 100644
index 0000000..c7c6a96
--- /dev/null
+++ b/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt
@@ -0,0 +1,26 @@
+
+This file lists modules PyInstaller was not able to find. This does not
+necessarily mean these modules are required for running your program. Both
+Python's standard library and 3rd-party Python packages often conditionally
+import optional modules, some of which may be available only on certain
+platforms.
+
+Types of import:
+* top-level: imported at the top-level - look at these first
+* conditional: imported within an if-statement
+* delayed: imported within a function
+* optional: imported within a try-except-statement
+
+IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
+ tracking down the missing module yourself. Thanks!
+
+missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
+excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
+missing module named 'org.python' - imported by copy (optional)
+missing module named org - imported by pickle (optional)
+missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional)
+missing module named resource - imported by posix (top-level)
+missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
+missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
+missing module named _posixsubprocess - imported by subprocess (conditional)
+missing module named fcntl - imported by subprocess (optional)
diff --git a/build/server/SimpleChat-Server/xref-SimpleChat-Server.html b/build/server/SimpleChat-Server/xref-SimpleChat-Server.html
new file mode 100644
index 0000000..d40ed40
--- /dev/null
+++ b/build/server/SimpleChat-Server/xref-SimpleChat-Server.html
@@ -0,0 +1,7396 @@
+
+
+
+
+ modulegraph cross reference for main.py, pyi_rth_inspect.py
+
+
+
+ modulegraph cross reference for main.py, pyi_rth_inspect.py
+
+
+
+
+
+
+
+
+
+
_abc (builtin module)
+
+
+
+
+
+
_ast (builtin module)
+
+
+
+
+
+
_bisect (builtin module)
+
+
+
+
+
+
_blake2 (builtin module)
+
+
+
+
+
+
_bz2 C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_bz2.pyd
+
+
+
+
+
+
_codecs (builtin module)
+
+
+
+
+
+
_codecs_cn (builtin module)
+
+
+
+
+
+
_codecs_hk (builtin module)
+
+
+
+
+
+
_codecs_iso2022 (builtin module)
+
+
+
+
+
+
_codecs_jp (builtin module)
+
+
+
+
+
+
_codecs_kr (builtin module)
+
+
+
+
+
+
_codecs_tw (builtin module)
+
+
+
+
+
+
_collections (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
_contextvars (builtin module)
+
+
+
+
+
+
_csv (builtin module)
+
+
+
+
+
+
_datetime (builtin module)
+
+
+
+
+
+
+
_decimal C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_decimal.pyd
+
+
+
+
+
+
+
+
+
+
_functools (builtin module)
+
+
+
+
+
+
_hashlib C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_hashlib.pyd
+
+
+
+
+
+
_heapq (builtin module)
+imported by:
+
heapq
+
+
+
+
+
+
+
+
_imp (builtin module)
+
+
+
+
+
+
_io (builtin module)
+
+
+
+
+
+
_json (builtin module)
+
+
+
+
+
+
+
_locale (builtin module)
+
+
+
+
+
+
_lzma C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_lzma.pyd
+
+
+
+
+
+
_md5 (builtin module)
+
+
+
+
+
+
_multibytecodec (builtin module)
+
+
+
+
+
+
_opcode (builtin module)
+
+
+
+
+
+
_operator (builtin module)
+
+
+
+
+
+
_pickle (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
_random (builtin module)
+
+
+
+
+
+
_sha1 (builtin module)
+
+
+
+
+
+
_sha256 (builtin module)
+
+
+
+
+
+
_sha3 (builtin module)
+
+
+
+
+
+
_sha512 (builtin module)
+
+
+
+
+
+
_signal (builtin module)
+
+
+
+
+
+
_socket C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_socket.pyd
+
+
+
+
+
+
_sqlite3 C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\_sqlite3.pyd
+
+
+
+
+
+
_sre (builtin module)
+
+
+
+
+
+
+
_stat (builtin module)
+
+
+
+
+
+
_statistics (builtin module)
+
+
+
+
+
+
_string (builtin module)
+
+
+
+
+
+
+
+
_struct (builtin module)
+
+
+
+
+
+
_thread (builtin module)
+
+
+
+
+
+
+
+
_tokenize (builtin module)
+
+
+
+
+
+
_tracemalloc (builtin module)
+
+
+
+
+
+
_typing (builtin module)
+
+
+
+
+
+
_warnings (builtin module)
+
+
+
+
+
+
_weakref (builtin module)
+
+
+
+
+
+
+
+
_winapi (builtin module)
+
+
+
+
+
+
abc
+
SourceModule
+
+
+
+
+
+
+
+
+
array (builtin module)
+
+
+
+
+
+
ast
+
SourceModule
+
+
+
+
+
+
+
atexit (builtin module)
+
+
+
+
+
+
base64
+
SourceModule
+
+
+
+
+
+
+
binascii (builtin module)
+
+
+
+
+
+
bisect
+
SourceModule
+
+
+
+
+
+
+
builtins (builtin module)
+
+
+
+
+
+
bz2
+
SourceModule
+
+
+
+
+
+
+
+
+
codecs
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
config
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
copy
+
SourceModule
+
+
+
+
+
+
+
+
+
csv
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
dis
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
enum
+
SourceModule
+
+
+
+
+
+
+
errno (builtin module)
+
+
+
+
+
+
fcntl
+
MissingModule
+
+
+
+
+
+
+
+
+
+
+
+
gc (builtin module)
+
+
+
+
+
+
+
+
+
getopt
+
SourceModule
+
+
+
+
+
+
+
+
+
grp
+
MissingModule
+
+
+
+
+
+
gzip
+
SourceModule
+
+
+
+
+
+
+
+
+
heapq
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
io
+
SourceModule
+
+
+
+
+
+
+
+
+
itertools (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
locale
+
SourceModule
+
+
+
+
+
+
+
+
+
lzma
+
SourceModule
+
+
+
+
+
+
+
marshal (builtin module)
+
+
+
+
+
+
math (builtin module)
+
+
+
+
+
+
msvcrt (builtin module)
+
+
+
+
+
+
nt (builtin module)
+
+
+
+
+
+
ntpath
+
SourceModule
+
+
+
+
+
+
+
+
+
opcode
+
SourceModule
+
+
+
+
+
+
+
+
+
org
+
MissingModule
+
+
+
+
+
+
os
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
pickle
+
SourceModule
+
+
+
+
+
+
+
posix
+
MissingModule
+
+
+
+
+
+
+
+
+
pprint
+
SourceModule
+
+
+
+
+
+
+
pwd
+
MissingModule
+
+
+
+
+
+
+
+
quopri
+
SourceModule
+
+
+
+
+
+
+
random
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
select C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\select.pyd
+
+
+
+
+
+
+
+
+
+
shutil
+
SourceModule
+
+
+
+
+
+
+
signal
+
SourceModule
+
+
+
+
+
+
+
socket
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
stat
+
SourceModule
+
+
+
+
+
+
+
+
+
string
+
SourceModule
+
+
+
+
+
+
+
+
+
struct
+
SourceModule
+
+
+
+
+
+
+
+
+
sys (builtin module)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
time (builtin module)
+
+
+
+
+
+
+
token
+
SourceModule
+
+
+
+
+
+
+
+
+
+
+
+
types
+
SourceModule
+
+
+
+
+
+
+
typing
+
SourceModule
+
+
+
+
+
+
+
unicodedata C:\Users\86188\AppData\Local\Programs\Python\Python311\DLLs\unicodedata.pyd
+
+
+
+
+
+
+
+
+
+
+
+
+
+
winreg (builtin module)
+
+
+
+
+
+
+
+
zlib (builtin module)
+
+
+
+
+
diff --git a/dist/SimpleChat/SimpleChat-Client.exe b/dist/SimpleChat/SimpleChat-Client.exe
new file mode 100644
index 0000000..7f40f66
Binary files /dev/null and b/dist/SimpleChat/SimpleChat-Client.exe differ
diff --git a/dist/SimpleChat/SimpleChat-Server.exe b/dist/SimpleChat/SimpleChat-Server.exe
new file mode 100644
index 0000000..1d92b45
Binary files /dev/null and b/dist/SimpleChat/SimpleChat-Server.exe differ
diff --git a/dist/SimpleChat/config.json b/dist/SimpleChat/config.json
new file mode 100644
index 0000000..2d4e73e
--- /dev/null
+++ b/dist/SimpleChat/config.json
@@ -0,0 +1,10 @@
+{
+ "server_host": "127.0.0.1",
+ "server_port": 8888,
+ "buffer_size": 4096,
+ "timeout": 30,
+ "auto_login": false,
+ "username": "admin",
+ "password": "123456",
+ "save_password": true
+}
\ No newline at end of file
diff --git a/dist/SimpleChat/使用说明.txt b/dist/SimpleChat/使用说明.txt
new file mode 100644
index 0000000..c059c96
--- /dev/null
+++ b/dist/SimpleChat/使用说明.txt
@@ -0,0 +1,48 @@
+============================================
+ SimpleChat 即时通信系统 v2.3
+============================================
+
+【启动步骤】
+
+1. 双击 "启动服务器.bat" 启动服务器
+ (或直接运行 SimpleChat-Server.exe)
+ 服务器默认监听 0.0.0.0:8888
+
+2. 双击 SimpleChat-Client.exe 启动客户端
+
+【默认账户】
+
+ 用户名 密码 昵称
+ -------- -------- ----------
+ admin 123456 系统管理员
+ user1 123456 用户一
+ user2 123456 用户二
+ user3 123456 用户三
+
+【功能特性】
+
+ - 注册/登录
+ - 修改用户名、昵称、密码(齿轮图标)
+ - 私聊:实时消息 + 历史记录 + 搜索
+ - 群聊:创建、加入、退出、邀请
+ - 好友管理:添加、删除、在线状态
+ - 表情选择器、通知浮层
+ - 所有时间均为北京时间(UTC+8)
+ - 首次启动包含示例聊天记录
+
+【数据存储】
+
+ 所有数据保存在 database/chat.db(SQLite)
+ 聊天记录、好友关系、群组信息均持久化保存
+
+【局域网使用】
+
+ 1. 在其中一台电脑启动服务器
+ 2. 其他电脑启动客户端,登录时填入服务器IP
+ (如 192.168.1.100,端口 8888)
+
+【命令行参数】
+
+ SimpleChat-Server.exe --host 0.0.0.0 --port 8888
+
+============================================
diff --git a/dist/SimpleChat/启动服务器.bat b/dist/SimpleChat/启动服务器.bat
new file mode 100644
index 0000000..a24a542
--- /dev/null
+++ b/dist/SimpleChat/启动服务器.bat
@@ -0,0 +1,10 @@
+@echo off
+title SimpleChat 服务器
+echo ================================================
+echo SimpleChat 服务器 v2.3
+echo ================================================
+echo 服务器地址: 0.0.0.0:8888
+echo 按 Ctrl+C 停止服务器
+echo ------------------------------------------------
+SimpleChat-Server.exe
+pause