“Интерфейс Graphique Python” Ответ

Интерфейс Graphique Sur Python

sudo apt-get install python3-tk
Tanishq Vyas

Интерфейс Graphique Sur Python

sudo apt-get install python-tk
devops unicorn

Интерфейс Graphique Python

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

Интерфейс Graphique Sur Python

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

Интерфейс Graphique Sur Python

ImportError: No module named 'Tkinter'
Cruel Chicken

Ответы похожие на “Интерфейс Graphique Python”

Вопросы похожие на “Интерфейс Graphique Python”

Больше похожих ответов на “Интерфейс Graphique Python” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования