Skip to main content

A lightweight to-do list.

Project description

Zolldo - To-Do List Application

This a simple and lightweight to-do list application that provides both a CLI and a GUI for task management. Users can add, view, update, and delete tasks.

Features

  • CLI and GUI Support: Manage tasks via the command line or an interactive Tkinter-based GUI.
  • Task Management:
    • Add tasks with titles and optional descriptions.
    • List tasks with sorting and filtering.
    • Edit task details.
    • Mark tasks as completed.
    • Delete individual or all tasks.
  • Persistent Storage: Tasks are saved in a JSON file (tasks.json).

Installation

Ensure you have Python 3.10 or higher installed, and install with:

$ pip install zolldo

Usage

CLI Usage

See the help menu with:

$ zolldo -h

Commands:

  • Add a task:

    $ zolldo add --title "Task Title" --due_date 2025-03-15T21:30 --description "Optional Description"
    
  • List tasks:

    $ zolldo list
    
  • Mark a task as completed:

    $ zolldo update --id <ID> --completed
    
  • Update task information:

    $ zolldo update --id <ID> --tile "New Title"
    
  • Delete a task:

    $ zolldo delete --id <ID>
    OR
    $ zolldo delete --all
    

See the help menu for more details.

GUI Usage

Run the GUI with:

$ zolldo gui

License

This project is licensed under the GNU v3 Public License.

Author

zollqir

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zolldo-1.2.tar.gz (20.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zolldo-1.2-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file zolldo-1.2.tar.gz.

File metadata

  • Download URL: zolldo-1.2.tar.gz
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for zolldo-1.2.tar.gz
Algorithm Hash digest
SHA256 c613bf399652fb2b3415d5f438eb83c25a5ea10a10ef3318b3a4e70c97d7da09
MD5 17bf786af9672424e3cf399520915344
BLAKE2b-256 3aed5147d1bd1a9873f1d798df41f121a32c3057ea7a6725522c7379e71c7c32

See more details on using hashes here.

File details

Details for the file zolldo-1.2-py3-none-any.whl.

File metadata

  • Download URL: zolldo-1.2-py3-none-any.whl
  • Upload date:
  • Size: 20.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for zolldo-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1fbcfa29a00e83a5c2861fe4554fd02a8bbb7c57b59d804ac38e862184a21295
MD5 7ac4174c4543b293fe2084c166c2d627
BLAKE2b-256 7e6adb1c9e5f5336749a5a3e3f0afa1e61866c1038b32239fe12bd3007e357cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page