An open API service indexing awesome lists of open source software.

https://github.com/andrew-geeks/python-tkinter-project-ticket-booking

A Tkinter Project for airticket booking using Python
https://github.com/andrew-geeks/python-tkinter-project-ticket-booking

python pythonprograms pythonprojects tkinter tkinter-graphic-interface tkinter-python

Last synced: 4 months ago
JSON representation

A Tkinter Project for airticket booking using Python

Awesome Lists containing this project

README

        

# python-tkinter-project-ticket-booking
A Tkinter Project for airticket booking using Python
You should have mysql in your PC to execute the program

Go CMD and execute these commands:
1. pip install PIL

2.pip install mysql-connector-python

You have to create databases in myql as per requirements.
Database name: triplife

table1: details

table2: payment

#create tables accordingly given in the database() function
#save all the files in one folder and run triplife.py file.

ALL THE BEST
@andrewgeeks