Add files via upload

This commit is contained in:
frxz751113
2024-08-09 03:19:35 +08:00
committed by GitHub
parent 612c516691
commit bac642b5c2
10 changed files with 3600 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
安装运行库:pip install 所需库 -i 国内源或pip3 install 所需库 -i 国内源
pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple pip install Beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple ............
py2exe 运行cmd→cd 所在目录,运行代码
pyinstaller -F -c you-py