🔌
Live AQI
A Tkinter app that fetches the live Air Quality Index for a given city, state, and country from the AirVisual API.
A Tkinter app that fetches the live Air Quality Index for a given city, state, and country from the AirVisual API.
A Tkinter app that fetches the live Air Quality Index for a given city, state, and country from the AirVisual API.
Los Angeles in City, California in State, and USA in Country.pip install requests
python main.py
Requires an AirVisual API key set in main.py.
tkinter (standard library), requests.