This project is a simple command-line application built in Python that simulates a basic IT support ticketing system. It allows users to register and review technical issues, storing all data persistently in a local JSON file.
- Create support tickets with username, problem description, date, and status
- List all registered tickets
- Auto-save to a JSON file for persistence
- Simple and interactive menu interface
- Python 3.8 or higher
- Clone the repository or download the
soporte.py
file - Run from terminal with:
python soporte.py
- Follow the menu instructions
Project created for educational purposes by Maximiliano Pedrero