A simple Python project to fetch and display real-time weather information for any city using the OpenWeatherMap API.
- Fetch current weather data for any city.
- Display temperature, humidity, weather condition, wind speed, sunrise, and sunset times.
- Includes emojis for different weather conditions.
- Supports Metric, Imperial, and Standard units.
git clone https://github.com/enkoki/weather_api.git
cd weather_apiOptional: Create and Activate a virtual environment.
requests
pip install requestspython-dotenv
pip install python-dotenvcolorama
pip install coloramaweather_api/
├── .env
├── api.py
├── display.py
├── extras.py
├── main.py
└── README.md
- Multiple City Input and Output
- GUI