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

@@ -81,5 +81,5 @@ canvas.pack(side="left", fill="both", expand=True)
# mainloop
root.title("delete")
root.geometry("200x250+400+600")
root.geometry("200x250+100+10")
root.mainloop()