“interfejs grafique sur 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 grafique sur python

ImportError: No module named 'Tkinter'
Cruel Chicken

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

Odpowiedzi podobne do “interfejs grafique sur python”

Pytania podobne do “interfejs grafique sur python”

Więcej pokrewnych odpowiedzi na “interfejs grafique sur python” w Shell/Bash

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

Przeglądaj inne języki kodu