Python Project using Tkinter
Video is in project folder
Book the ticket, display the ticket information and save it in the local device.
In the Movie Ticket Booking System, the program takes input from the customer like name, number, City Name, Theatre Name which belongs to that city, and Movie Name, Timing, No. of Tickets of their choice. Then we verify all the details entered by the customer. For instance, the phone number entered must consist of numeric values. Once all the details are verified and deemed legitimate. The ticket is printed on the right window. The customer is given the option to download the ticket to their local system for future reference. The program uses tkinter to develop the Graphical User Interface of the movie ticket booking system. The GUI contains several windows like label, entry, message boxes, buttons and frames. Broadly, the program uses object-oriented concepts to create classes and objects.Python’s built-in collections like lists and dictionaries have been used to store city names,theatres, movie names and screen timings.
Module-wise description Tkinter - Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python’s de facto standard GUI. Tkinter is included with standard Linux, Microsoft Windows and macOS installs of Python. The name Tkinter comes from the Tk interface.
Technology Selected and Technology features covered Library imported – Tkinter Features used in Tkinter –
Python
https://docs.python.org/3/library/tkinter.html
Books - Dr. R. Rageswara Rao, Core Python Programming, Dreamtech, third edition
Papers - https://ojs.pythonpapers.org/index.php/tpp