Button paracourir en python
chris_james
Messages postés
10
Date d'inscription
Statut
Membre
-
Clem120% Messages postés 82 Statut Membre -
Clem120% Messages postés 82 Statut Membre -
Bonjour,
G travail en python g v juste savoir comment pourre je fer pour ouvrir la fenetre qui me permetra de cherché un fichier dans mon ordi?? en d'otres terme le code du bouton paracourire en python!!
Merci!!
G travail en python g v juste savoir comment pourre je fer pour ouvrir la fenetre qui me permetra de cherché un fichier dans mon ordi?? en d'otres terme le code du bouton paracourire en python!!
Merci!!
A voir également:
- Button paracourir en python
- Citizen code python avis - Accueil - Outils
- Power button locked iiyama - Forum Ecran
- Écran iiyama « osd locked » - Forum Ecran
- Citizen code python solution - Forum Python
- Python pix ✓ - Forum Python
1 réponse
Je suppose que tu utilises TKinter, tu peux utiliser tkFileDialog.
import tkFileDialog
adresse = tkFileDialog.askopenfilename(title="Ouvrir")
http://gaminghacks.free.fr/python%201%20min.php
import tkFileDialog
adresse = tkFileDialog.askopenfilename(title="Ouvrir")
http://gaminghacks.free.fr/python%201%20min.php