Skip to content

A Python program, made using bs4 & flightstats, to track a flight with nothing more than its number and departure date!

License

Notifications You must be signed in to change notification settings

CodeMaster7000/Flight-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight Tracker

About

A Python program to track a flight with its number and departure date.

Prerequisites

  • Python 3
  • requests module (installed with pip install requests)
  • beautifulsoup4 module (installed with pip install beautifulsoup4)

Please remember to input your flight details in the driver code where indicated.

Implementation

Run python3 FlightTracker.py in a terminal if you have Python 3.

About

A Python program, made using bs4 & flightstats, to track a flight with nothing more than its number and departure date!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages