https://github.com/nicholaskross/marceline
Task manager I made for myself
https://github.com/nicholaskross/marceline
appjar prioritization python3 task-management-system
Last synced: 3 months ago
JSON representation
Task manager I made for myself
- Host: GitHub
- URL: https://github.com/nicholaskross/marceline
- Owner: nicholaskross
- Created: 2019-10-29T16:46:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T17:09:55.000Z (about 5 years ago)
- Last Synced: 2025-01-23T12:29:29.498Z (4 months ago)
- Topics: appjar, prioritization, python3, task-management-system
- Language: Python
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
2.
```
pip install tinydb
```
3.
```
pip install numpy
```
4.
```
pip install appjar
```
5. Download the whole "marcline" folder.
6. Run marceline.pyw
7. Enjoy your newfound productivity!Use the marcy.py module to write your own task-adding and task-cleaning scripts!