shivam0102005 /
Weather_analysis
🌦️ A simple project to analyze weather data using Python and Pandas
Loading repository data…
codersantanu / repository
🌦️ A simple Python weather app that fetches real-time weather data using the OpenWeatherMap API. Learn how to work with APIs, JSON, and requests while building a practical project.
🌦️ Weatherify:
A simple Python weather app that fetches real-time weather data using the OpenWeatherMap API. This project is beginner-friendly and helps you learn how to: • Work with APIs • Handle JSON data • Use the requests library
🚀 Features:
• Get current weather for any city • Shows temperature (°C), humidity, and condition (e.g., clear sky, rain) • Error handling for invalid city names • Beginner-friendly code structure
🛠️ Tech Stack:
• Python 3 • Requests (HTTP requests) • JSON (data parsing)
📦 Installation & Setup
📸 Example Output:
Enter city: Kolkata Temperature: 30°C Humidity: 70% Condition: scattered clouds
🌱 Future Improvements:
• Add 5-day forecast • Build a GUI with Tkinter • Deploy as a Flask web app
🤝 Contributing:
Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
📜 License:
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
shivam0102005 /
🌦️ A simple project to analyze weather data using Python and Pandas
Prem6999 /
🌦️ A simple and responsive Weather App built with JavaScript and OpenWeather API, providing real-time temperature, humidity, and forecast data.
VarunBallal-0912 /
Weather App (Python) 🌦️ A simple Weather App built using Python that fetches real-time weather data from the OpenWeatherMap API. 🔹 Features: Fetches live weather data by city name Displays temperature, humidity, wind speed, and weather conditions Built with Python (CLI / Tkinter GUI, depending on your version) Easy to run and customize
maheshmahesh570 /
🌦️A simple Weather App built with HTML, CSS, JavaScript, and Python. Users can check the weather by entering a city name, displaying temperature, humidity, and wind speed. The app features a responsive design and a smooth, interactive UI, offering an intuitive user experience for weather updates
faysalalhassn /
🌦️ Weather App using Python & Flask A simple web app where users enter a city name and get real-time weather information (temperature, weather condition, and country) using the OpenWeather API. Built with Python, Flask, and HTML. Great for showcasing API usage, web development skills, and clean user interface.
ksganni /
🌦️ A simple Python desktop app using tkinter that displays live weather info for any city via the OpenWeatherMap API.