Skip to content

A python package that lets you view air traffic in your terminal.

License

Notifications You must be signed in to change notification settings

Luckyluka17/atc_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

GitHub Repo stars PyPI - Version PyPI - Downloads PyPI - Downloads GitHub Actions Workflow Status

Features

  • Display of all current flights
  • ETA calculation using precise aircraft and arrival airport coordinates
  • Advanced search with combinable filters (Search by airline, model, registration, etc.)
  • Real-time flight tracking with full flight details
  • Detailed airport information

Screenshots

Airport details

Airport details

Flights list (with filters)

Flights list (with filters)

Installation

From PyPi

pip install atc_tracker

From source (Github)

git clone https://github.com/Luckyluka17/atc_tracker.git
cd atc_tracker/
python setup.py install

Build

pip install build 
python -m build
twine check dist/* # Checking the build