Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.7 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.7 KB
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