这是使用PyQT5作为UI的首次提交,将后端和UI合并到1个工程中,统一使用了Python,没有使用JS和HTML

This commit is contained in:
2025-12-14 12:13:19 +08:00
commit 872b181703
122 changed files with 70944 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
Flask==3.0.0
Flask_Cors==4.0.0
pymodbus==3.6.2
pyserial~=3.5
requests~=2.31.0
Eel~=0.16.0
keyboard~=0.13.5
gevent~=23.9.1
websockets~=12.0
pyinstaller==6.3.0
setuptools==65.5.1
pywebview==5.3.2