Railway Reservation System
Railway Reservation System
INTERNATIONAL SCHOOL
Affiliated to CBSE, Affiliation Number: 2430105, School Code:15660
GROUP MEMBERS
INDEX
Sl. Topics Page
No. No.
1 Acknowledgement 3
2 Certificate 4
3 Introduction 5
4 Objectives of the project 5
5 Project source code 6 - 11
6 Project output 12 - 15
7 Hardware and software requirements 16
8 Bibliography 17
P a g e 2 | 17
ACKNOWLEDGEMENT
I would like to express my heartfelt gratitude to all those who have supported
and guided me throughout the completion of this Railway Reservation System
project.
Firstly, I am deeply grateful to Mr. Bibhas Roy sir, whose invaluable guidance
and encouragement made this project possible. Your insightful feedback and
continuous support were instrumental in shaping the direction of my work.
Finally, I am thankful to Manisha International School, library and its staff for
providing access to essential resources and materials that enriched my research
and contributed to the development of this project.
Sincerely,
P a g e 3 | 17
CERTIFICATE
This is to certify that [Your Full Name], a student of Class XII in [Your
Stream, e.g., Science/Commerce/Arts], has successfully completed a project
titled "Railway Reservation System" as part of the curriculum for the CBSE
board.
The project was completed with dedication and meets the requirements set forth
by the CBSE curriculum. It reflects the student’s understanding and application
of concepts related to the subject.
________________________ ________________________
P a g e 4 | 17
RAILWAY RESERVATION SYSTEM
INTRODUCTION
The Railway Reservation System is basically a database-based project done
with the help of python language and mysql. This project is very useful for the
people to book or cancel train tickets by sitting at home with one cell phone in
their hand. This project can be modified for various reservations.
if c==1:
elif n==4:
print("Logged Out") P a g e 9 | 17
break
user=input("Enter Username\n")
passwd=input("Enter Password\n") P a g e 10 | 17
f_signIn(user,passwd)
P a g e 11 | 17
PROJECT OUTPUT
P a g e 12 | 17
P a g e 13 | 17
P a g e 14 | 17
P a g e 15 | 17
P a g e 16 | 17
BIBLIOGRAPHY
1. Books:
- Computer Science with Python – Class XII"
Author: Sumita Arora
Publisher: Dhanpat Rai
Year: 2024
Description: This book provides a comprehensive introduction to Python
programming
and includes practical projects that helped in understanding Python's
applications.
2. Online Resources:
- Official Python Documentation*
URL: [https://docs.python.org/3/]
Description: The official Python documentation was a vital reference for
understanding
Python syntax, libraries, and functions used in the project.
5. Websites:
- W3Schools Python Tutorial
URL:
[https://www.w3schools.com/python/](https://www.w3schools.com/python/)
Description: Provided basic Python tutorials and examples that helped with
learning
Python programming concepts.
P a g e 17 | 17