https://github.com/urme-b/treehouse
A Task Management System
https://github.com/urme-b/treehouse
python
Last synced: 3 months ago
JSON representation
A Task Management System
- Host: GitHub
- URL: https://github.com/urme-b/treehouse
- Owner: urme-b
- Created: 2025-02-28T01:06:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T00:21:13.000Z (3 months ago)
- Last Synced: 2025-03-02T01:23:40.042Z (3 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Treehouse: A Task Management System
A console-based Python application that transforms your to-do list into an interactive treehouse adventure. As you complete tasks, your ASCII-art treehouse grows—adding a fun, motivational twist to productivity.
Features
1. Add & Edit Tasks with descriptions, priorities (1–5), and optional due dates
2. Complete & Remove Tasks to keep your list current
3. Sort Tasks by priority or by due date
4. Persisted Storage in a tasks.json file (so your tasks aren’t lost on exit)
5. ASCII-Art Treehouse grows with each completed task