Skip to content

The Project shows the booking of Railway Tickets and how the users can create new accounts and book tickets which gets updated in local database in real-time.

Notifications You must be signed in to change notification settings

Gatij-coder2911/Railway-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Railway-Reservation-System

This Project has been created by me and my collaborators to increase our efficiency in Python programming.

The Project shows the booking of Railway Tickets and how the users can create new accounts and book tickets which gets updated in local database in realtime.

The Program also shows the use of File Management in Python and saves the booked Tickets inside the Downloads folder. The Owner of the Code also has special access to Reset the Database.

This Program uses 'tkinter' module for GUI and 'mysql.connector' module for Database Connection.

Prerequisites for running the Project

  • Python Software and MySQL Installed and already Setup.
  • python and mysql added to PATH in Environment Variables.

Steps for Running the Project

  • Open Project folder.
  • Open Project Setup folder and run "setup.py" file.

If there comes an error while running the setup.py file during Modules Installation, you will need to install modules manually:-

  • Ensure your PC is connected to Internet and python and mysql are added to System PATH.

  • Open Command Prompt and run these commands one by one,

    pip install mysql-connector-python
    
    pip install tkcalendar
    

After all things are set go back to main Project Folder and run the Program "Railway Reservation System.py".

MSI-Installer

We have also converted this project into a .EXE File which can be installed using the MSI installer from our website.

The MSI Installer consists of the online version of the above main program and also an Updater.exe which automatically downloads the udated version of the project.

This version of the program requires an internet connection as the Database for this version has been created online on CleverCloud therefore removing the need for installation of MySQL on your system.

We have used "cx_Freeze" module of Python to create the MSI installer for Windows which helped us to understand the basics of building a distributable software.

About

The Project shows the booking of Railway Tickets and how the users can create new accounts and book tickets which gets updated in local database in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published