Metadata-Version: 2.4
Name: LMTodo
Version: 0.1.7
Summary: A TODO list application in Python
Author-email: Luciano Magri <cazzbr@gmail.com>
License-Expression: GPL-2.0-only
Keywords: todo,productivity,python
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Dynamic: license-file

# 🖼️ LMTodo

Another simple Python Todo App with a modern **to-do list manager** built with [PySide6](https://doc.qt.io/qtforpython/).
LMTodo provides a sleek, intuitive GUI to help you stay organized and productive.

---

## ⚠️ Alpha Stage Warning

> **Important:** LMTodo is currently in **alpha development**.
> Expect bugs, incomplete features, and frequent changes.
> Use at your own risk and please report issues to help improve the project.

---

## Reporting Bugs & Issues

If you encounter problems, please report them on the GitHub Issues page: [LMTodo Issues](https://github.com/cazzbr/LMTodo/issues)

Your feedback is essential to improve LMTodo during its alpha stage.

## 📦 Installation

Install directly from [PyPI](https://pypi.org/):

```bash
pip install LMTodo
```

---

## ▶️ Launching the App
You can start LMTodo in two ways:
```bash
# Option 1: Run as a Python module
python -m LMTodo

# Option 2: Use the CLI entry point
lmtodo
```

Extra tip:
You can also create a shortcut to the start script pointing to your python scripts folder.
