A database management system oriented solution for the railway network, developed using Tkinter for its GUI and Sqlite3 as its portable database resource. The enquiry system allows the user to retrieve informations such as :
• Station names
• Train IDs with names
• Weekly Schedules of the trains
• Ticket Availability
• Cost of trip
prerequisites to execute this application.
Open windows terminal and type. . .
pip install tk
pip install pillow
pip install pysqlite3
Fig 1. Login screen window.
Fig 2. Login screen with error.
Fig 3. Successfully logged in screen.
Fig 4. Ticket information window.
Fig 5. Ticket schedule window
Fig 6. Station details screen displaying the stations the selected train passes through.
Fig 7. Train description screen to display the description of the selected train.
Fig 8. Ticket availability screen to display the availability of tickets of the selected train.