This is a simple project for create command line tool like tree
in linux.
git clone https://github.com/ADU-21/pytree.git
cd pytree
. venv/bin/activate
python setup.py develop
pytest
pytree
pyinstaller -F pytree/pytree.py --clean
The excuteable file will be ./dist/pytree