“Interface Python Python” Respostas de código

Interface Graphique Sur Python

sudo apt-get install python3-tk
Tanishq Vyas

Interface Graphique Sur Python

sudo apt-get install python-tk
devops unicorn

Interface Python Python

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

Interface Graphique Sur Python

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

Interface Graphique Sur Python

ImportError: No module named 'Tkinter'
Cruel Chicken

Respostas semelhantes a “Interface Python Python”

Perguntas semelhantes a “Interface Python Python”

Mais respostas relacionadas para “Interface Python Python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código