| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/python-gui-application/Python-GUI-Project/master/tkinter-4.py | [Back] [Original] |
import tkinter as tk
root = tk.Tk()
root.title("My Gui")
root.geometry("250x150")
#changing bg value
root['bg'] = "cyan"
root.mainloop()
| Web Proxy Viewer | New URL | Original Page |