Task management software I built for myself. It turned out not to be the most efficient way to organize my tasks, but you may find it helpful.
Because this program was never used on a day-to-day basis, installation is a bit complex:
- Make sure Python 3.6+ and Pip are installed.
pip install tinydb
pip install numpy
pip install appjar
- Download the whole "marcline" folder.
- Run marceline.pyw
- Enjoy your newfound productivity!
Use the marcy.py module to write your own task-adding and task-cleaning scripts!