Skip to content

Commit 3f35484

Browse files
authored
Create README.md
1 parent 8f2e52f commit 3f35484

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# TaskSpark 🐍
2+
3+
A hybrid CLI + GUI task manager in Python.
4+
5+
## CLI Usage
6+
7+
```bash
8+
python taskspark/cli.py add "Buy groceries" --priority 2 --due 2026-02-10
9+
python taskspark/cli.py list
10+
python taskspark/cli.py complete 1
11+
python taskspark/cli.py remove 1
12+
```
13+
14+
# GUI Usage
15+
16+
```bash
17+
python taskspark/gui.py
18+
```
19+
Features
20+
21+
* JSON-based storage
22+
23+
* CLI commands for power users
24+
25+
* Tkinter GUI for visual management
26+
27+
* Priorities & due dates
28+
29+
* GitHub Actions for automated testing

0 commit comments

Comments
 (0)