<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1158391&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / creer un explorateur de fichiers avec python 3]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1158391</link>
		<description><![CDATA[Les sujets les plus récents dans creer un explorateur de fichiers avec python 3.]]></description>
		<lastBuildDate>Sun, 06 Jan 2013 21:23:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  creer un explorateur de fichiers avec python 3]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12115231#p12115231</link>
			<description><![CDATA[<p>Tu peux créer une fenêtre tkinter vierge en ajouter tout ce que tu veux y ajouter (boutons, titres etc) en lui donnant un aspect de navigateur de fichier avec ceci par exemple : <a href="http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-Treeview.html">treeview.tkinter</a></p><p>ça n&#039;est qu&#039;une idée, l&#039;interface graphique en programmation dans mon domaine c&#039;est accessoire donc je te donne que ce que je connais. On doit pouvoir faire quelque chose de plus &quot;propre&quot; mais ça sera forcément plus long.</p>]]></description>
			<author><![CDATA[dummy@example.com (shoot76)]]></author>
			<pubDate>Sun, 06 Jan 2013 21:23:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12115231#p12115231</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  creer un explorateur de fichiers avec python 3]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114861#p12114861</link>
			<description><![CDATA[<p>Ce serait plutôt pour faire une sorte de thunar/nautilus, pour parcourir mes disques, dossiers et fichiers...</p>]]></description>
			<author><![CDATA[dummy@example.com (brital)]]></author>
			<pubDate>Sun, 06 Jan 2013 20:37:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114861#p12114861</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  creer un explorateur de fichiers avec python 3]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12100801#p12100801</link>
			<description><![CDATA[<p>Qu&#039;est ce que tu entends par &quot;explorateur de fichiers&quot; ? <br />- Une sorte de thunar/nautilus ou autre où tu te déplace librement sans aucun but derrière si ce n&#039;est retrouver un fichier ? <br />- Un sélecteur de dossiers/Fichiers ? <br />- Une entrée chemin ? </p><p>La liste est longue. Il faudrait que tu précise le contexte d&#039;utilisation, parce que TKinter c&#039;est bien, mais on va pas pouvoir vraiment t&#039;aider si tu nous précise pas ce qu&#039;il doit faire <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>Si c&#039;est juste sélectionner un fichier, tu peux faire comme ça : </p><div class="codebox"><pre><code>from tkinter import *
from tkinter.filedialog import askopenfilename

fichier = askopenfilename()</code></pre></div><p>à modifier selon ta convenance bien sûr <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Cordialement</p>]]></description>
			<author><![CDATA[dummy@example.com (shoot76)]]></author>
			<pubDate>Sat, 05 Jan 2013 19:57:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12100801#p12100801</guid>
		</item>
		<item>
			<title><![CDATA[creer un explorateur de fichiers avec python 3]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12098301#p12098301</link>
			<description><![CDATA[<p>Bonjour,<br />Je voudrais programmer un &quot;petit&quot; explorateur de ficher avec python et TKinter. Je suppose que je dois utiliser le module os de la bibliothèque standard. Mais je cherche un tuto ou un exemple en français qui me montrerais la marche à suivre...</p>]]></description>
			<author><![CDATA[dummy@example.com (brital)]]></author>
			<pubDate>Sat, 05 Jan 2013 16:57:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12098301#p12098301</guid>
		</item>
	</channel>
</rss>
