Book My Show PC
What is this?
Movie Ticket Reservation App made with Tkinter.
Tkinter is a Python binding to the Tk GUI toolkit.
How to run this?
- Download the BookMyShow.py
- Change the connection string in BookMyShow.py according to your database.
- By default it is for Oracle SQL Plus.
- Change username/password if you are using Oracle SQL Plus.
- Install cx_Oracle Module using pip.
- Change image paths in BookMyShow.py
- Create table based on schema in DB Schema Commands
- Execute BookMyShow.py
Note
The images used in this app can be downloaded from Assets.
App Snippets contains the app snippets.