pip helper

This commit is contained in:
dengrb1
2023-05-06 21:52:59 +08:00
committed by GitHub
parent 88a98d1001
commit 00ceb35fab
6 changed files with 194 additions and 29 deletions

View File

@@ -6,6 +6,8 @@ import os
root = Tk()
ml = os.getcwd()
file_error = '文件丢失,请重新安装'
uninstall = 'pip uninstall'
ok2 = '删除完成'
# 创建滚动区域的Canvas对象
canvas = Canvas(root, width=280, height=280, scrollregion=(0, 0, 500, 500))