Added Pipfile and Bootstrap Progress Bar
Hey! First off insanely awesome project, I'm surprised this isn't more popular to be honest.
This commit adds a Pipfile to support installation using pipenv and a bootstrap progress bar (takes care of #48).
I'm not sure if this was the best way to implement it since I'm still getting familiar with the codebase, but hopefully it's a good starting point.
Cheers
Travis failed cause I used format string literals in the progressbar.py file. Let me know if you want me to change it to support python < 3.6.
Cheers
Hi thanks for the PR, I'd like to keep string literals, should probably change base support to 3.6+ ... It's just soooo much nicer. I promise I'll finish reviewing soon, very busy times both in and out of work these past few wks.