Create a simple GUI using Python and Tkinter 🤩 #shorts

preview_player
Показать описание
You can find all my works in the link below,

Рекомендации по теме
Комментарии
Автор

In the next video: How to print "Hello World"

danielprandzhev
Автор

I thought “from <module> import *”
Was frowned upon in the python community over “from <module> import <method>” or even just “import <module>”.

jasonclark
Автор

Meanwhile doing this in Java
1 page paragraph

xxfreedomxx
Автор

What's the difference between "from tkinter import *" and "import tkinter"?

mattpryor
Автор

Can u tell which software r u using to code this program?

codewithayush
Автор

cool right know you can do it
from tkinter import *
x = Tk()
x.geometry("720x480)
x.title("random title")
x.config(bg="black")

text_in_our_app = Label(x, text="Hello wolrd !", bg="red", fg="pink")
text_in_our_app.pack()

x.mainloop()

mohamedlapouge
Автор

Can I do this in mobile phone ...? If possible then How ?pls reply 🙏

gayathris
Автор

You can find the 8 hours course about Tkinter here


Happy learning:)

pycad