Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 566 Bytes

marceline

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:

  1. Make sure Python 3.6+ and Pip are installed.
pip install tinydb
pip install numpy
pip install appjar
  1. Download the whole "marcline" folder.
  2. Run marceline.pyw
  3. Enjoy your newfound productivity!

Use the marcy.py module to write your own task-adding and task-cleaning scripts!