更新打包:添加 dist 和 build 文件至版本控制

master
p6fbkl32v 7 days ago
parent b948b8c207
commit d52d49c519

2
.gitignore vendored

@ -3,7 +3,5 @@ __pycache__/
*.pyo
*.log
logs/
build/
dist/
=5.15.0
*.db

@ -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,
)

@ -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,
)

File diff suppressed because it is too large Load Diff

@ -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'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n<assembly xmlns='
b'"urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\n <trustInfo x'
b'mlns="urn:schemas-microsoft-com:asm.v3">\n <security>\n <requested'
b'Privileges>\n <requestedExecutionLevel level="asInvoker" uiAccess='
b'"false"/>\n </requestedPrivileges>\n </security>\n </trustInfo>\n '
b'<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">\n <'
b'application>\n <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f'
b'0}"/>\n <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>\n '
b' <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>\n <s'
b'upportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>\n <supporte'
b'dOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>\n </application>\n <'
b'/compatibility>\n <application xmlns="urn:schemas-microsoft-com:asm.v3">'
b'\n <windowsSettings>\n <longPathAware xmlns="http://schemas.micros'
b'oft.com/SMI/2016/WindowsSettings">true</longPathAware>\n </windowsSett'
b'ings>\n </application>\n <dependency>\n <dependentAssembly>\n <ass'
b'emblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version='
b'"6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" langua'
b'ge="*"/>\n </dependentAssembly>\n </dependency>\n</assembly>',
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')

@ -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)

@ -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')])

@ -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)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -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'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n<assembly xmlns='
b'"urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\n <trustInfo x'
b'mlns="urn:schemas-microsoft-com:asm.v3">\n <security>\n <requested'
b'Privileges>\n <requestedExecutionLevel level="asInvoker" uiAccess='
b'"false"/>\n </requestedPrivileges>\n </security>\n </trustInfo>\n '
b'<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">\n <'
b'application>\n <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f'
b'0}"/>\n <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>\n '
b' <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>\n <s'
b'upportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>\n <supporte'
b'dOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>\n </application>\n <'
b'/compatibility>\n <application xmlns="urn:schemas-microsoft-com:asm.v3">'
b'\n <windowsSettings>\n <longPathAware xmlns="http://schemas.micros'
b'oft.com/SMI/2016/WindowsSettings">true</longPathAware>\n </windowsSett'
b'ings>\n </application>\n <dependency>\n <dependentAssembly>\n <ass'
b'emblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version='
b'"6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" langua'
b'ge="*"/>\n </dependentAssembly>\n </dependency>\n</assembly>',
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')

@ -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)

@ -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')])

@ -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)

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

@ -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
}

@ -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.dbSQLite
聊天记录、好友关系、群组信息均持久化保存
【局域网使用】
1. 在其中一台电脑启动服务器
2. 其他电脑启动客户端登录时填入服务器IP
(如 192.168.1.100,端口 8888
【命令行参数】
SimpleChat-Server.exe --host 0.0.0.0 --port 8888
============================================

@ -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
Loading…
Cancel
Save