pip helper

This commit is contained in:
dengrb1
2023-04-17 22:04:46 +08:00
committed by GitHub
parent 93f2be70f9
commit 8927e41179
2 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import os
import webbrowser
import time
from tqdm import tqdm
# 定义变量
@@ -22,6 +23,17 @@ Requests_setup = 'pip install Requests'
install_text = '1.pyinstaller安装2.pygame安装3.pyqt5安装4.Requests安装,5.返回6.tqdm安装,7.wxpython安装,8.nuitka安装,9.返回'
# 假进度条启动模块
def run_tqdm():
for i in range(10):
time.sleep(0.6666)
pass
pass
for i in tqdm(range(10)):
tqdm()
# 选择模块测试
while 1:
print(root_text)