Skip to content

nicholaskross/marceline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages