Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/subhranil002/pyweatherapp

PyWeatherApp is a Python script utilizing the 𝗪𝗲𝗮𝘁𝗵𝗲𝗿𝗔𝗣𝗜 to provide current weather information for any location. It offers users a convenient way to stay informed about weather conditions ... ❤️
https://github.com/subhranil002/pyweatherapp

python python-3 python-script python3 pyttsx pyttsx3 requests weather weather-api weather-app weather-forecast

Last synced: about 1 month ago
JSON representation

PyWeatherApp is a Python script utilizing the 𝗪𝗲𝗮𝘁𝗵𝗲𝗿𝗔𝗣𝗜 to provide current weather information for any location. It offers users a convenient way to stay informed about weather conditions ... ❤️

Awesome Lists containing this project

README

        

# PyWeatherApp

Weather App is a Python script that fetches and displays the current weather conditions for a specified location using the WeatherAPI. It also provides the option to convert the weather information into spoken words.

## Prerequisites

Before running the script, ensure you have Python installed on your system. You can install it from the [official Python website](https://www.python.org/downloads/).

Additionally, you'll need to install the `requests` library to make HTTP requests and the `pyttsx3` library for text-to-speech functionality. You can install them via pip:

```bash
pip install requests pyttsx3
```

## Usage

1. Clone the repository to your local machine:

```bash
git clone https://github.com/subhranil002/PyWeatherApp.git
```

2. Navigate to the directory containing `WeatherApp.py`.

3. Run the script using Python:

```bash
python WeatherApp.py
```

4. Follow the on-screen instructions to input the name of the place for which you want to check the weather.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/subhranil002/PyWeatherApp?tab=MIT-1-ov-file) file for details.





Made With ❤️