pip helper

This commit is contained in:
dengrb1
2023-05-09 18:21:57 +08:00
committed by GitHub
parent 114a0c8a8e
commit 67355a1355
4 changed files with 14 additions and 14 deletions

View File

@@ -78,5 +78,5 @@ pip_fh = Button(frame,text='返回', command=fh).pack()
# mainloop
root.title('安装')
root.geometry('200x270+400+600')
root.geometry('200x270+100+50')
root.mainloop()