A simple weather app built with Python and Streamlit.
Enter any city and get current weather conditions including temperature, humidity, wind speed, and a weather emoji.
- Python
- OpenWeatherMap API
- Streamlit
- Install dependencies pip install requests streamlit
- Add your OpenWeatherMap API key in weather_app.py
- Run the app streamlit run weather_app.py