Skip to main content

Documentation 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.

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 a 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

1

Clone the repository

Download the project to your local machine with a single git clone command.
2

Run the script

Start the interactive menu by running python index.py — no installation or virtual environment needed.
3

Manage your tasks

Use the numbered menu to add, list, complete, or delete tasks. Every change is saved automatically to Tareas.json.
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).

Build docs developers (and LLMs) love