A simple command-line weather dashboard using the OpenWeatherMap API.
- Get an API key from OpenWeatherMap.
- Install requirements:
pip install -r requirements.txt
- Run the dashboard:
python main.py "London,UK" --apikey YOUR_API_KEY
main.py
: Entry pointcli/
: CLI logicdashboard/
: Dashboard logicapi/
: Weather API handlerutils/
: Output formatting
You can extend this code to support more features, more APIs, or a web/GUI interface.