A simple command-line agenda application made with Python.
Note: The source code is written in Portuguese.
- Add appointments
- View agenda
- Edit appointments
- Remove appointments
- Search by ID
- Python 3
- Standard library (
time)
python main.py[ 1 ] Add appointment
[ 2 ] View agenda
[ 3 ] Edit appointment
[ 4 ] Remove appointment
[ 5 ] Search by ID
[ 0 ] Exit
- Save data to files
- Add date validation
- Create a graphical interface
Developed by Pedro Gaudencio