A Python program to track a flight with its number and departure date.
- Python 3
requestsmodule (installed withpip install requests)beautifulsoup4module (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.