pip helper

This commit is contained in:
dengrb1
2023-05-12 21:48:14 +08:00
committed by GitHub
parent 65d292fb54
commit de1e57179e
2 changed files with 17 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Button(root, text='更新pip包管理工具', command=update_pip).pack()
Button(root, text='更新日志', command=update).pack()
Button(root, text='退出', command=exit_exe).pack()
Label(root, text='version 1.6 @2023-2024 dengrb1')
Label(root, text='version 1.6 @2023-2024 dengrb1').pack()
# mainloop