/Railway-Reservation-System-

Railway Reservation System database with a GUI built using CustomTkinter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

1. First Install the Required libraries

This can be done by running the following command in your terminal or command prompt
pip install -r requirements.txt

2. Then create a folder named datasets in the same directory as the project files.

Copy all the CSV files into the datasets folder

3. Next run the following commands to load the data from the csv files into the database and create the GUI

python3 main.py
python3 gui.py