A modern, classy, and user-friendly To-Do List application built with Python (Tkinter, SQLite, tkcalendar). This app allows users to add, update, delete, and manage tasks with priorities, categories, ...
/flight_reservation_app ├── main.py # Main application entry point ├── database.py # Database connection and CRUD operations ├── home.py # Home page UI ├── booking.py # Flight booking form ├── ...