Metadata-Version: 2.4
Name: omar1324-todo-cli
Version: 1.1.2
Summary: A lightweight command-line Todo manager built with Typer and Rich.
Author-email: Omar <ahlawyomar95@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# Omar1324 Todo CLI

A lightweight command-line Todo manager built with **Typer** and **Rich**.

## Features

- Add, delete, update, complete todos
- Categorize tasks
- Colorful table display with Rich

## Installation

```bash
pip install omar1324-todo-cli
