Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 2.32 KB

README.md

File metadata and controls

67 lines (37 loc) · 2.32 KB

Railway Enquiry System

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

Requirements

prerequisites to execute this application.
Open windows terminal and type. . .

  pip install tk
  pip install pillow
  pip install pysqlite3

Screenshots

Fig 1. Login screen window.

1

Fig 2. Login screen with error.

2

2 1

Fig 3. Successfully logged in screen.

3

Fig 4. Ticket information window.

4

Fig 5. Ticket schedule window

5

Fig 6. Station details screen displaying the stations the selected train passes through.

6

Fig 7. Train description screen to display the description of the selected train.

7

Fig 8. Ticket availability screen to display the availability of tickets of the selected train.

8

RESOURCES

Documentation

IRCTC_EquirySystem.pdf