“interfaz gráfico python” Código de respuesta

interfaz gráfica sur python

sudo apt-get install python3-tk
Tanishq Vyas

interfaz gráfica sur python

sudo apt-get install python-tk
devops unicorn

interfaz gráfico python

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

interfaz gráfica sur python

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

interfaz gráfica sur python

ImportError: No module named 'Tkinter'
Cruel Chicken

Respuestas similares a “interfaz gráfico python”

Preguntas similares a “interfaz gráfico python”

Más respuestas relacionadas con “interfaz gráfico python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código