A simple Streamlit web application to fetch and display current weather information for any city using the OpenWeatherMap API.
- Enter a city name and country code to get real-time weather data.
- Displays temperature, weather condition, and humidity.
- User-friendly interface built with Streamlit.
- Clone the repository
- Install dependencies
- Set up API Key
- Add your OpenWeatherMap API key in
.streamlit/secrets.toml:[my_secrets] API_KEY="your_api_key_here"
Run the app with:
streamlit run app.py- Get your country code from IBAN Country Codes.
- Requires an internet connection to fetch weather data.