my_window.py 125 Bytes Edit 1 2 3 4 5 6 import tkinter root=tkinter.Tk() root.title('中国诈骗APP登录入口') root.geometry("400x320+500+300") root.mainloop()