diff --git a/.gitignore b/simplechat/.gitignore similarity index 100% rename from .gitignore rename to simplechat/.gitignore diff --git a/README.md b/simplechat/README.md similarity index 100% rename from README.md rename to simplechat/README.md diff --git a/build/SimpleChat-Client.spec b/simplechat/build/SimpleChat-Client.spec similarity index 100% rename from build/SimpleChat-Client.spec rename to simplechat/build/SimpleChat-Client.spec diff --git a/build/SimpleChat-Server.spec b/simplechat/build/SimpleChat-Server.spec similarity index 100% rename from build/SimpleChat-Server.spec rename to simplechat/build/SimpleChat-Server.spec diff --git a/build/client/SimpleChat-Client/Analysis-00.toc b/simplechat/build/client/SimpleChat-Client/Analysis-00.toc similarity index 100% rename from build/client/SimpleChat-Client/Analysis-00.toc rename to simplechat/build/client/SimpleChat-Client/Analysis-00.toc diff --git a/build/client/SimpleChat-Client/EXE-00.toc b/simplechat/build/client/SimpleChat-Client/EXE-00.toc similarity index 100% rename from build/client/SimpleChat-Client/EXE-00.toc rename to simplechat/build/client/SimpleChat-Client/EXE-00.toc diff --git a/build/client/SimpleChat-Client/PKG-00.toc b/simplechat/build/client/SimpleChat-Client/PKG-00.toc similarity index 100% rename from build/client/SimpleChat-Client/PKG-00.toc rename to simplechat/build/client/SimpleChat-Client/PKG-00.toc diff --git a/build/client/SimpleChat-Client/PYZ-00.pyz b/simplechat/build/client/SimpleChat-Client/PYZ-00.pyz similarity index 100% rename from build/client/SimpleChat-Client/PYZ-00.pyz rename to simplechat/build/client/SimpleChat-Client/PYZ-00.pyz diff --git a/build/client/SimpleChat-Client/PYZ-00.toc b/simplechat/build/client/SimpleChat-Client/PYZ-00.toc similarity index 100% rename from build/client/SimpleChat-Client/PYZ-00.toc rename to simplechat/build/client/SimpleChat-Client/PYZ-00.toc diff --git a/build/client/SimpleChat-Client/SimpleChat-Client.pkg b/simplechat/build/client/SimpleChat-Client/SimpleChat-Client.pkg similarity index 100% rename from build/client/SimpleChat-Client/SimpleChat-Client.pkg rename to simplechat/build/client/SimpleChat-Client/SimpleChat-Client.pkg diff --git a/build/client/SimpleChat-Client/base_library.zip b/simplechat/build/client/SimpleChat-Client/base_library.zip similarity index 100% rename from build/client/SimpleChat-Client/base_library.zip rename to simplechat/build/client/SimpleChat-Client/base_library.zip diff --git a/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt b/simplechat/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt similarity index 100% rename from build/client/SimpleChat-Client/warn-SimpleChat-Client.txt rename to simplechat/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt diff --git a/build/client/SimpleChat-Client/xref-SimpleChat-Client.html b/simplechat/build/client/SimpleChat-Client/xref-SimpleChat-Client.html similarity index 100% rename from build/client/SimpleChat-Client/xref-SimpleChat-Client.html rename to simplechat/build/client/SimpleChat-Client/xref-SimpleChat-Client.html diff --git a/build/server/SimpleChat-Server/Analysis-00.toc b/simplechat/build/server/SimpleChat-Server/Analysis-00.toc similarity index 100% rename from build/server/SimpleChat-Server/Analysis-00.toc rename to simplechat/build/server/SimpleChat-Server/Analysis-00.toc diff --git a/build/server/SimpleChat-Server/EXE-00.toc b/simplechat/build/server/SimpleChat-Server/EXE-00.toc similarity index 100% rename from build/server/SimpleChat-Server/EXE-00.toc rename to simplechat/build/server/SimpleChat-Server/EXE-00.toc diff --git a/build/server/SimpleChat-Server/PKG-00.toc b/simplechat/build/server/SimpleChat-Server/PKG-00.toc similarity index 100% rename from build/server/SimpleChat-Server/PKG-00.toc rename to simplechat/build/server/SimpleChat-Server/PKG-00.toc diff --git a/build/server/SimpleChat-Server/PYZ-00.pyz b/simplechat/build/server/SimpleChat-Server/PYZ-00.pyz similarity index 100% rename from build/server/SimpleChat-Server/PYZ-00.pyz rename to simplechat/build/server/SimpleChat-Server/PYZ-00.pyz diff --git a/build/server/SimpleChat-Server/PYZ-00.toc b/simplechat/build/server/SimpleChat-Server/PYZ-00.toc similarity index 100% rename from build/server/SimpleChat-Server/PYZ-00.toc rename to simplechat/build/server/SimpleChat-Server/PYZ-00.toc diff --git a/build/server/SimpleChat-Server/SimpleChat-Server.pkg b/simplechat/build/server/SimpleChat-Server/SimpleChat-Server.pkg similarity index 100% rename from build/server/SimpleChat-Server/SimpleChat-Server.pkg rename to simplechat/build/server/SimpleChat-Server/SimpleChat-Server.pkg diff --git a/build/server/SimpleChat-Server/base_library.zip b/simplechat/build/server/SimpleChat-Server/base_library.zip similarity index 100% rename from build/server/SimpleChat-Server/base_library.zip rename to simplechat/build/server/SimpleChat-Server/base_library.zip diff --git a/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt b/simplechat/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt similarity index 100% rename from build/server/SimpleChat-Server/warn-SimpleChat-Server.txt rename to simplechat/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt diff --git a/build/server/SimpleChat-Server/xref-SimpleChat-Server.html b/simplechat/build/server/SimpleChat-Server/xref-SimpleChat-Server.html similarity index 100% rename from build/server/SimpleChat-Server/xref-SimpleChat-Server.html rename to simplechat/build/server/SimpleChat-Server/xref-SimpleChat-Server.html diff --git a/client/client_core.py b/simplechat/client/client_core.py similarity index 100% rename from client/client_core.py rename to simplechat/client/client_core.py diff --git a/client/config.json b/simplechat/client/config.json similarity index 100% rename from client/config.json rename to simplechat/client/config.json diff --git a/client/config.py b/simplechat/client/config.py similarity index 100% rename from client/config.py rename to simplechat/client/config.py diff --git a/client/config/client_config.json b/simplechat/client/config/client_config.json similarity index 100% rename from client/config/client_config.json rename to simplechat/client/config/client_config.json diff --git a/client/main.py b/simplechat/client/main.py similarity index 100% rename from client/main.py rename to simplechat/client/main.py diff --git a/client/ui/group_detail_window.py b/simplechat/client/ui/group_detail_window.py similarity index 100% rename from client/ui/group_detail_window.py rename to simplechat/client/ui/group_detail_window.py diff --git a/client/ui/history_window.py b/simplechat/client/ui/history_window.py similarity index 100% rename from client/ui/history_window.py rename to simplechat/client/ui/history_window.py diff --git a/client/ui/login_window.py b/simplechat/client/ui/login_window.py similarity index 100% rename from client/ui/login_window.py rename to simplechat/client/ui/login_window.py diff --git a/client/ui/main_window.py b/simplechat/client/ui/main_window.py similarity index 100% rename from client/ui/main_window.py rename to simplechat/client/ui/main_window.py diff --git a/client/ui/register_window.py b/simplechat/client/ui/register_window.py similarity index 100% rename from client/ui/register_window.py rename to simplechat/client/ui/register_window.py diff --git a/client/ui/search_window.py b/simplechat/client/ui/search_window.py similarity index 100% rename from client/ui/search_window.py rename to simplechat/client/ui/search_window.py diff --git a/client/ui/widgets.py b/simplechat/client/ui/widgets.py similarity index 100% rename from client/ui/widgets.py rename to simplechat/client/ui/widgets.py diff --git a/client/utils.py b/simplechat/client/utils.py similarity index 100% rename from client/utils.py rename to simplechat/client/utils.py diff --git a/config.json b/simplechat/config.json similarity index 100% rename from config.json rename to simplechat/config.json diff --git a/database/images/20260514172153_1_test.png b/simplechat/database/images/20260514172153_1_test.png similarity index 100% rename from database/images/20260514172153_1_test.png rename to simplechat/database/images/20260514172153_1_test.png diff --git a/database/images/20260514172232_1_hello.png b/simplechat/database/images/20260514172232_1_hello.png similarity index 100% rename from database/images/20260514172232_1_hello.png rename to simplechat/database/images/20260514172232_1_hello.png diff --git a/database/init_db.sql b/simplechat/database/init_db.sql similarity index 100% rename from database/init_db.sql rename to simplechat/database/init_db.sql diff --git a/dist/SimpleChat/SimpleChat-Client.exe b/simplechat/dist/SimpleChat/SimpleChat-Client.exe similarity index 100% rename from dist/SimpleChat/SimpleChat-Client.exe rename to simplechat/dist/SimpleChat/SimpleChat-Client.exe diff --git a/dist/SimpleChat/SimpleChat-Server.exe b/simplechat/dist/SimpleChat/SimpleChat-Server.exe similarity index 100% rename from dist/SimpleChat/SimpleChat-Server.exe rename to simplechat/dist/SimpleChat/SimpleChat-Server.exe diff --git a/dist/SimpleChat/config.json b/simplechat/dist/SimpleChat/config.json similarity index 100% rename from dist/SimpleChat/config.json rename to simplechat/dist/SimpleChat/config.json diff --git a/dist/SimpleChat/使用说明.txt b/simplechat/dist/SimpleChat/使用说明.txt similarity index 100% rename from dist/SimpleChat/使用说明.txt rename to simplechat/dist/SimpleChat/使用说明.txt diff --git a/dist/SimpleChat/启动服务器.bat b/simplechat/dist/SimpleChat/启动服务器.bat similarity index 100% rename from dist/SimpleChat/启动服务器.bat rename to simplechat/dist/SimpleChat/启动服务器.bat diff --git a/requirements.txt b/simplechat/requirements.txt similarity index 100% rename from requirements.txt rename to simplechat/requirements.txt diff --git a/server/config.py b/simplechat/server/config.py similarity index 100% rename from server/config.py rename to simplechat/server/config.py diff --git a/server/database.py b/simplechat/server/database.py similarity index 100% rename from server/database.py rename to simplechat/server/database.py diff --git a/server/main.py b/simplechat/server/main.py similarity index 100% rename from server/main.py rename to simplechat/server/main.py diff --git a/server/server_core.py b/simplechat/server/server_core.py similarity index 100% rename from server/server_core.py rename to simplechat/server/server_core.py diff --git a/软件文档.md b/simplechat/软件文档.md similarity index 100% rename from 软件文档.md rename to simplechat/软件文档.md