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

@@ -86,5 +86,5 @@ bt_fh.pack()
# mainloop
root.title("GUI")
root.geometry('200x230+400+400')
root.geometry('200x230+100+110')
root.mainloop()