dir2tree view
1.0
Le package Python Dir2Tree-View contient un module simple pour imprimer ou générer un encombrement - vue d'arborescence de répertoire libre avec des icônes.
python >= 3.0
pip install dir2tree-view
Passez le chemin du répertoire à la méthode de génération
from TreeView import Tree
op = Tree ()
op . create ( r'directory_path' )Sortir
? Test/
? Test1/
➥ test1.txt - Copy.txt
➥ test1.txt.txt
? Test2/
➥ test.bmp
➥ test1.bmp
? New folder/
➥ New DOC Document.doc
? Test3/
➥ New Rich Text Document.rtf
➥ New XLS Worksheet.xls
? New folder/
➥ New PPTX Presentation.pptx
Ce projet est concédé sous licence MIT
Sarath PM