Skip to content

NehalGund/Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Reservation System

Train Ticket Reservation System

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.

Features

  • 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

Project Prerequisites

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.

Installation

Install mysql-connector-python using command promt

 pip install mysql-connector-python

PIP Install After a successful installation, you can now connect Python to the MySQL server.

Screenshots

  • Command Prompt: View Trains View Time Table Reserve Tickets
  • MySQL Command Line Client: DataBase Empty Table Updated Table
  • Visual Studio Code: VS Code
  • MySQL Command Line Client: Next Updated

Support

If you discover any faults or difficulties with this program, feel free to contact me at gundnehal@gmail.com

About

Train Ticket Reservation System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages