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
- Host: GitHub
- URL: https://github.com/andrew-geeks/python-tkinter-project-ticket-booking
- Owner: andrew-geeks
- License: mit
- Created: 2020-01-21T03:45:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T03:56:14.000Z (over 5 years ago)
- Last Synced: 2025-01-03T10:45:42.576Z (6 months ago)
- Topics: python, pythonprograms, pythonprojects, tkinter, tkinter-graphic-interface, tkinter-python
- Language: Python
- Size: 419 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 programGo CMD and execute these commands:
1. pip install PIL2.pip install mysql-connector-python
You have to create databases in myql as per requirements.
Database name: triplifetable1: 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