A Python Tkinter app that shows real-time flight information overhead for a specified location using the Flightradar24 public API.
- Clone the repo and
cdinto the directory. - Create a virtual environment:
python3 -m venv .venv source .venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Set your bounding box in
.env:BOUNDS_BOX=64.5,64.3,-5.3,-5.0 - Run the app:
python app.py
- This app uses an unofficial Flightradar24 API and may be rate-limited.
- On macOS, Tkinter UI may be blank due to system Tk issues. Use python.org Python for best results.
