Flight Booking System

A desktop software developed using Tkinter package

What is Tkinter ?

Tkinter is Python's Graphical User Interface package. Which most commmonly used package for developing desktop applications using Python programming language.

Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter is the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.

To create a tkinter app:

1. Importing the module – tkinter

2. Create the main window (container)

3. Add any number of widgets to the main window

4. Apply the event Trigger on the widgets.

What is Flight Booking System ?

This is basic Flight Booking system which designed for education purpose only just to undertand, how a basic software works.

The Flight Booking System is an application for booking a flight ticket. In this project I tried to show the working of a flight booking system and cover the basic functionality of a Flight Booking System. Like booking a flight ticket,add flight,add passenger and also contain booked flight details.