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

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

sudo apt-get install python3-tk
Tanishq Vyas

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

sudo apt-get install python-tk
devops unicorn

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

ImportError: No module named 'Tkinter'
Cruel Chicken

Интерфейс 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”

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

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

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

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