Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wenzhou
/
pythonserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4696f3d6
authored
2025-04-09 21:19:26 +0800
by
huangyf2
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
readme
1 parent
10029f9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
readme.md
readme.md
View file @
4696f3d
...
...
@@ -25,6 +25,8 @@ pip install pyinstaller
pip install bleak
pip install pystray pillow
C:
\U
sers
\A
dmin
\A
ppData
\L
ocal
\P
ackages
\P
ythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0
\L
ocalCache
\l
ocal-packages
\P
ython313
\S
cripts
\p
yinstaller.exe -F --onefile --hidden-import=bleak.backends --hidden-import=bleak.backends.winrt --hidden-import=asyncio --add-data "data;data" --add-binary "C:
\W
indows
\S
ystem32
\B
luetoothApis.dll;." -p "C:
\P
ython
\L
ib
\s
ite-packages
\b
leak
\b
ackends" --exclude-module=unnecessary_module --icon=data
\a
pp.ico s6.9.2.py
##
打包指令 产生一个带窗口的程序 打包完后可以随便改exe 名字
C:
\U
sers
\A
dmin
\A
ppData
\L
ocal
\P
ackages
\P
ythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0
\L
ocalCache
\l
ocal-packages
\P
ython313
\S
cripts
\p
yinstaller.exe -F --hidden-import=bleak.backends --hidden-import=asyncio --win-private-assemblies --onefile --icon=data
\a
pp.ico we.py --add-data "data;data"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment