Welcome to python_code Discussions! #11
neuronfuzzy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
บทที่ 9 Gui python with tkinter
ตัวอย่างที่ 9.1
Ex09-01.py
`from tkinter import *
root = Tk()
root.title("GUI Example by ajรติวัฒน์")
root.geometry("300x250")
root.option_add('*font', 'Comic Sans MS 14 bold italic')
root.mainloop()`
ตัวอย่างที่ 19.1
Beta Was this translation helpful? Give feedback.
All reactions