Skip to content

A database management system oriented solution for the railway network, developed using Tkinter for its GUI and Sqlite3 as its portable database resource.

Notifications You must be signed in to change notification settings

Dipp3r/Railway-Enquiry-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A database management system oriented solution for the railway network, developed using Tkinter for its GUI and Sqlite3 as its portable database resource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages