Experimenting with Flask Framework by building a Git Web UI
pip install -r requirements.txt
python gitwebui.py /path/to/basedir
or if you wish to use ~/ you can simply omit the second argument
P.S.: gitwebui will walk through the entire basedir so be mindful of what you set.