This simple airline booking system project is written in Python. The project file contains a python script (pyt.py) and a database file(SQLite). This is a simple GUI based application which is very easy to understand and use. It uses Tkinter module for the GUI. Talking about the application, the user can simply book a flight, cancel it and search for flights.
About Simple Airline Booking System In PYTHON
In order to book a flight, the user has to enter his/her destination, boarding, last 4 digits of citizenship number, class, day of travel and flight time. The user can search for flights by providing boarding, destination and day of travel. Likewise, to cancel the flight, the user has to enter his/her last 4 digits of citizenship number, class and boarding. This simple GUI application, airline booking system that uses external file (SQLite) as a database to store the user’s data permanently.
How to run Simple Airline Booking System In PYTHON ?
The design is so simple that the user won’t find any difficulties while working on it. In order to run the project, you must have installed Python on your PC.