Advertisement
rc-chuah

guipython

Dec 15th, 2021
912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. #!/bin/env python
  2.  
  3. from tkinter import *
  4.  
  5. root = Tk()
  6. root.geometry("290x250+600+150")
  7. root.title("Gui Python")
  8. root.mainloop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement