Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

interface graphique python

# bouton de sortie
bouton=Button(fenetre, text="Fermer", command=fenetre.quit)
bouton.pack()
Source by python.doctor #
 
PREVIOUS NEXT
Tagged: #interface #graphique #python
ADD COMMENT
Topic
Name
3+4 =