Skip to content

ADU-21/pytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytree Build Status

This is a simple project for create command line tool like tree in linux.

Entry virtual environment

git clone https://github.com/ADU-21/pytree.git
cd pytree
. venv/bin/activate
python setup.py develop

Run test

pytest

Excute pytree

pytree

Build excuteable file

pyinstaller -F pytree/pytree.py --clean

The excuteable file will be ./dist/pytree

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published