Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/env python
- from tkinter import *
- root = Tk()
- root.geometry("290x250+600+150")
- root.title("Gui Python")
- root.mainloop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement