https://github.com/nittaany/weather_python
A Weather App - built using Python, retrieves weather information by requesting to OpenWeatherMap APIs.
https://github.com/nittaany/weather_python
api python tkinter-python weather-app weather-forecast
Last synced: 8 months ago
JSON representation
A Weather App - built using Python, retrieves weather information by requesting to OpenWeatherMap APIs.
- Host: GitHub
- URL: https://github.com/nittaany/weather_python
- Owner: Nittaany
- Created: 2023-11-14T22:17:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T12:08:06.000Z (about 2 years ago)
- Last Synced: 2025-03-17T12:19:54.519Z (12 months ago)
- Topics: api, python, tkinter-python, weather-app, weather-forecast
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather_Python
Weather App
This Weather App, built using Python's Tkinter, retrieves weather information based on user-entered city names. It requests for OpenWeatherMap API calls.
## 🌟 Features
- **User Input:** Enter a city name and click the search icon to fetch weather information.
- **Weather Details:** Display of current temperature, conditions, humidity, wind speed, pressure, and local time.

- **Error Handling:** Prompt for invalid entries.

## 🚀 How to Use
1. **Setup:** Ensure Python libraries (`tkinter`, `geopy`, `timezonefinder`, `requests`, `pytz`) are installed.
2. **Run the App:** Execute the Python script to launch the Weather App interface.
3. **Enter City:** Type the city name in the text field and click the search icon.
4. **View Weather:** Display of current weather details for the entered city.
## 🔧 Requirements
- Python 3.x
- Tkinter
- geopy
- timezonefinder
- requests
- pytz
## 📝
This Weather App is a basic demonstration of Python libraries for weather data. Enhancements can be made for additional features or improved UI/UX.