Skip to content

Commit

Permalink
README.md: Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sangamcse committed Jun 27, 2018
1 parent 2439640 commit d519567
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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.

0 comments on commit d519567

Please sign in to comment.