Watch Part 0 [Taskwarrior: Terminal-based task management for getting things done (GTD) | Productivity tutorial]: https://youtu.be/cDYIes9avW4
Watch Part 1 [Build w/ Python 1: Command line productivity scoreboard for TaskWarrior]: https://youtu.be/lT2jqmhRkxo
In this video, we are going to do a massive refactoring to get our tool ready for mass adoption. This includes:
- revamping the package structure to get it "production-ready"
- introducing colors into our tables and CLI outputs
- modularized application layout
- argparse to accept arguments
- introducing a "verbose" mode
All without numpy or pandas. Or any external (third party) dependencies. It's an enriching experience to try and learn python by, just build with python's standard library 🎁 out of the box.
Link to code repo:
https://github.com/onlyphantom/taskquant
Link to tasklib:
https://github.com/GothenburgBitFactory/tasklib
Link to TaskWarrior:
https://github.com/GothenburgBitFactory/taskwarrior