A Python program to track a flight with its number and departure date.
- Python 3
requests
module (installed withpip install requests
)beautifulsoup4
module (installed withpip install beautifulsoup4
)
Please remember to input your flight details in the driver code where indicated.
Run python3 FlightTracker.py
in a terminal if you have Python 3.