This project is made using Python programming language with OOPs concept. This python based GUI allow users to book a ticket and generate a receipt of a ticket.
- PYQT5 used for GUI designing
- Python (programming language and OOPs concept to integrate the functionalities.)
- MySQl (for database operations.)
- User can register him/herself into the system.
- User can serach for a particular train and can book a ticket.
- Seats can be shown to the user, all seats which are not booked yet will be shown in the green color and seats which are already booked will be shown in grey color.
- User can only book a seat in green color, once the seat is booked the color will be changed to grey.
- At the end, System will provide a receipt to the user with all the details and the fare.