A demo railway reservation system based on Python-MySQL interface.
HELLO THERE,
This is a demo railway reservation system which can be modified a bit to fulfill your purpose.
MAKE SURE YOU HAVE "mysql-python-connector" INSTALLED IN YOUR IDLE.
To install use:
python -m pip install mysql-connector
or,
pip install mysql-connector
The minimum system requirements for using the application are:
- Windows 7 or above
- Python 3.5 or above
- mysql-python-connector
- SMTP library
- Internet Connection
NOTE:Python 2.x.x does not support many functions and libraries used.
Some features of the portal are:
- Easy to use
- Two different views- "Customer view" & "Staff view"
- Secure username and password encryption algorithm
- OTP based signing up and ticket confirmation.
A step by step guide to setup the application making it ready to use.
- Open a text file named "Commands.txt".
- Run the commands in MySQL.
- Open the source code using Python IDLE.
- Initialize the username and password.
- Save the source code using Ctrl+S. Now the application is ready to use.
Copyright (C) 2020 Aryan Kashyap
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compilance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to inwriting, software
distributed under the license is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.