-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# myPNRStatus | ||
A script in python3 to check PNR status on your terminal | ||
|
||
``` | ||
Enter your PNR: 8606850987 | ||
*** You Queried For : PNR Number: 8606850987 *** | ||
Charting Status: No No. of Passengers: 1 | ||
Train Number Train Name Boarding Date From To Reserved Upto Boarding Point Class | ||
-------------- -------------- --------------- ------------ -------------- --------------- ---------------- ------- | ||
15635 DWARKA EXPRESS 10-08-2018 AHMEDABAD JN NEW JALPAIGURI NEW JALPAIGURI VADODARA JN 3A | ||
S. No. Booking Status (Coach No , Berth No., Quota) *Current Status (Coach No , Berth No.) | ||
-------- ---------------------------------------------- ---------------------------------------- | ||
0 RLWL/-/25/GN RLWL/-/11/GN | ||
``` | ||
|
||
## TODO | ||
|
||
- [x] Test with waiting tickets for single passenger. | ||
- [x] Test with waiting tickets for multi-passenger. | ||
- [ ] Test with confirmed tickets. |