Skip to content

Commit d519567

Browse files
committed
README.md: Add TODO
1 parent 2439640 commit d519567

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# myPNRStatus
2+
A script in python3 to check PNR status on your terminal
3+
4+
```
5+
Enter your PNR: 8606850987
6+
7+
*** You Queried For : PNR Number: 8606850987 ***
8+
Charting Status: No No. of Passengers: 1
9+
10+
Train Number Train Name Boarding Date From To Reserved Upto Boarding Point Class
11+
-------------- -------------- --------------- ------------ -------------- --------------- ---------------- -------
12+
15635 DWARKA EXPRESS 10-08-2018 AHMEDABAD JN NEW JALPAIGURI NEW JALPAIGURI VADODARA JN 3A
13+
14+
S. No. Booking Status (Coach No , Berth No., Quota) *Current Status (Coach No , Berth No.)
15+
-------- ---------------------------------------------- ----------------------------------------
16+
0 RLWL/-/25/GN RLWL/-/11/GN
17+
```
18+
19+
## TODO
20+
21+
- [x] Test with waiting tickets for single passenger.
22+
- [x] Test with waiting tickets for multi-passenger.
23+
- [ ] Test with confirmed tickets.

0 commit comments

Comments
 (0)