Skip to content

A CLI + GUI hybrid task manager that auto-sorts your tasks by priority and due date.

Notifications You must be signed in to change notification settings

khalid-ameri/taskspark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TaskSpark ๐Ÿ

A hybrid CLI + GUI task manager in Python.

CLI Usage

python taskspark/cli.py add "Buy groceries" --priority 2 --due 2026-02-10
python taskspark/cli.py list
python taskspark/cli.py complete 1
python taskspark/cli.py remove 1

GUI Usage

python taskspark/gui.py

Features

  • JSON-based storage

  • CLI commands for power users

  • Tkinter GUI for visual management

  • Priorities & due dates

  • GitHub Actions for automated testing

About

A CLI + GUI hybrid task manager that auto-sorts your tasks by priority and due date.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages