A graphical user interface (GUI) application for analyzing weather data and air quality index (AQI) information. The app retrieves real-time weather data and AQI from the WeatherAPI and OpenWeatherMap. It provides visualizations and analytics features for weather data and air quality data.
- Real-Time Data: Fetches current weather and air quality data from reliable APIs.
- Interactive Maps: Visualize the location of searched cities/states with an interactive map view.
- Graphical Plots: Analyze temperature trends and historical air quality data through graphical plots.
- User-Friendly Interface: Simple and intuitive interface for effortless navigation and data exploration.
- Clone the repository:
git clone https://github.com/neeraj-395/weather-analyzer-app.git
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
-
Enter the name of a city or state in the search field to retrieve weather and air quality information.
-
Explore additional features such as temperature plots (T-Plot) and air quality plots (A-Plot) for more insights.
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License.