Simply, you have to run the "main.py" file.
Its has a Graphical User Interferance, so will show the Menu.
The system have following Entities;
- Admin
- Drivers
- Students
He can view Registered/Enrolled users;
- Drivers
- Students
- Available Time Slot
He can enroll new users;
- Drivers
- Students
- Time Slots
He can change his Account Password & He can view his shift details;
- No. of booked seats
- Students who have booked
He can have function related to booking;
- Can Book a Ride
- Can Cancel the Ride
Admin:
- Username: 'admin'
- Password: '123'
Student:
- Reg No: '211'
- Password: '123'
Drivers:
Users | Haris | Waleed | Rohin |
---|---|---|---|
CNIC | 111 | 122 | 133 |
Password | 123 | 123 | 123 |
Shift | 1st | 2nd | 3rd |
Time Slots:
Shift | Time | Driver |
---|---|---|
1st | 12 PM | Haris |
2nd | 02 PM | Waleed |
3rd | 04 PM | Rohin |
The GUI of this Window application is Designed in
Figma & converted to code using TKinter Designer.
Moreover, Some special fonts are used which are present in Asset folder.
- Itim
I'm a beginner developer...