A simple weather app that shows current weather conditions for any city using Flask and OpenWeatherMap API.
- Install dependencies
pip install -r requirements.txt
Get API Key
Sign up at OpenWeatherMap Copy your API key
Add your API key
Create a .env file Replace YOUR_OPENWEATHER_API_KEY with your actual key
Run the app python app.py
Open browser
Go to http://127.0.0.1:5000 Search for any city!
🛠️ Files
app.py - Flask backend templates/index.html - Frontend with CSS/JS
That's it! 🎉