Gestor de Tareas is a Python console application that gives you a fast, distraction-free way to manage your tasks without leaving the terminal. Tasks are stored locally in aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/FranksGP/Gestor_de_tareas/llms.txt
Use this file to discover all available pages before exploring further.
Tareas.json file, so your list persists between sessions with no database or external dependencies required.
Introduction
Learn what Gestor de Tareas does and how it works under the hood.
Quickstart
Get the app running in under a minute with a working example.
Usage Guide
Step-by-step instructions for every operation: add, list, complete, delete.
Function Reference
Full documentation for every public function in
index.py.How it works
Run the script
Start the interactive menu by running
python index.py — no installation or virtual environment needed.Gestor de Tareas requires Python 3.13 or later. No third-party packages are needed — it uses only the Python standard library (
json and os).