Button paracourir en python
chris_james
Messages postés
10
Date d'inscription
Statut
Membre
Dernière intervention
-
Clem120% Messages postés 54 Date d'inscription Statut Membre Dernière intervention -
Clem120% Messages postés 54 Date d'inscription Statut Membre Dernière intervention -
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
- Ce programme est écrit en python ✓ - Forum Python
- Python pix ✓ - Forum Python
- Mot secret python pix ✓ - Forum Python
- \R python ✓ - 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