The Airline Information System is a Python-based console application designed to manage flight records. It allows users to add, display, book, cancel, delete, and modify flights, as well as generate fare reports. This project demonstrates file handling, input validation, modular design, and robust error handling in Python.
-
Updated
Nov 19, 2025 - Python