An open API service indexing awesome lists of open source software.

https://github.com/devmaverickmb/weather-api-

This is a weather Api GUI short project made with tkinter.
https://github.com/devmaverickmb/weather-api-

Last synced: over 1 year ago
JSON representation

This is a weather Api GUI short project made with tkinter.

Awesome Lists containing this project

README

          

### Weather App

This Python application retrieves weather information based on the user-provided city using the OpenWeatherMap API. It displays various weather parameters such as temperature, pressure, humidity, wind speed, sunrise, and sunset times.

#### Features:
- **Weather Information:** Retrieves and displays weather information for a specific city.
- **Dynamic Update:** Updates weather information dynamically when the user inputs a new city or presses Enter.

#### Usage:
1. Run the script.
2. Input the desired city in the provided text field.
3. Press Enter or click outside the text field to retrieve weather information.
4. Weather details including temperature, pressure, humidity, wind speed, sunrise, and sunset times will be displayed.

#### Requirements:
- Python 3.x
- Tkinter
- Requests

#### Instructions:
1. Ensure you have Python installed on your system.
2. Install the required packages using pip:
```
pip install tkinter requests
```
3. Run the script `weather_app.py`.
4. Input the desired city in the text field.
5. Press Enter or click outside the text field to retrieve weather information.

#### Developer:
This application is developed by Milind Bhushan.

For any inquiries or issues, feel free to contact the developer.

---