Skip to content

Pro-Prompter/ClimaSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ClimaSearch

ClimaSearch is a simple desktop application developed with Python and Tkinter, allowing users to fetch weather information for a specified city using the OpenWeatherMap API.

Features

  • Weather Retrieval: Input the name of a city and click "Get Weather" or hit Enter to retrieve its current weather data, including temperature, humidity, wind speed, and weather description.

  • Error Handling: ClimaSearch offers informative feedback for invalid inputs and errors, such as when the city is not found or when there's an issue connecting to the server.

  • Sleek Interface: Designed with a clean and modern interface inspired by macOS, ensuring a visually appealing user experience.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/Pro-Prompter/ClimaSearch.git
  1. Install the required libraries:
pip install requests
pip install tk
  1. Run the application:
python ClimaSearch.py

Usage

  1. Enter the desired city name in the provided text field.

  2. Click "Get Weather" or press Enter to retrieve the weather information.

  3. The weather data will be displayed below the input field.

Author

ClimaSearch was developed by Sajawal Mirza aka Pro-Prompter and is open-sourced on GitHub.

External API

ClimaSearch utilizes the OpenWeatherMap API for retrieving weather data.

Contributing

Contributions are welcomed! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request or contact me at [email protected].

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages