“Interfejs Graphque Python” Kod odpowiedzi

interfejs grafique sur python

sudo apt-get install python3-tk
Tanishq Vyas

interfejs grafique sur python

sudo apt-get install python-tk
devops unicorn

Interfejs Graphque Python

# bouton de sortie
bouton=Button(fenetre, text="Fermer", command=fenetre.quit)
bouton.pack()
Fair Fowl

interfejs grafique sur python

# entrée
value = StringVar() 
value.set("texte par défaut")
entree = Entry(fenetre, textvariable=string, width=30)
entree.pack()
Cruel Chicken

interfejs grafique sur python

ImportError: No module named 'Tkinter'
Cruel Chicken

Odpowiedzi podobne do “Interfejs Graphque Python”

Pytania podobne do “Interfejs Graphque Python”

Więcej pokrewnych odpowiedzi na “Interfejs Graphque Python” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu