The idea behind this project is to display train schedule or to reserve train tickets to various locations. The user must provide their credentials to log in to the SQL server before the program may run. Then decide between viewing every train that is running, viewing the train schedule, or making a reservation.
"Python" programming language is used throughout this entire project. Users find it easy to use and understand.
- Log in to the SQL Server using your credentials.
- Check out the available trains.
- View train arrival times.
- Reservations for tickets are simple.
- Systematic presentation of train and reservation information
It is necessary to have a MySQL server installed on your PC for this project to operate. If you do not already have it, please download it from the MySQL Official website and then choose MySQL Community (GPL) Downloads.
Install mysql-connector-python using command promt
pip install mysql-connector-python
After a successful installation, you can now connect Python to the MySQL server.
If you discover any faults or difficulties with this program, feel free to contact me at gundnehal@gmail.com