Skip to main content

A lightweight to-do list.

Project description

Zolldo - To-Do List Application

This is 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.3.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.3-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zolldo-1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 466ea1aa7b37e428ad5c97047d94a0291d8dda743ed8a7e2d04e1f167c2ed46c
MD5 68b9cc47511f4221fc46ebceb4f951a4
BLAKE2b-256 34ffedabfc636a5e4df2e1af7142a18f8477b7d19d01e93b858aa11bff2a2a15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zolldo-1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ca4929e2809e65122ed57d1a54cf80701f511734775497e849933bc81beb6dfc
MD5 670b11e260e3930cd2e390f4d930fb10
BLAKE2b-256 26a837b0235969aa9786d3a0e53c1dba4326d95b8f482db98002ba26c2097503

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