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.
Before running the script, ensure you have Python installed on your system. You can install it from the official Python website.
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:
pip install requests pyttsx3
- Clone the repository to your local machine:
git clone https://github.com/subhranil002/PyWeatherApp.git
-
Navigate to the directory containing
WeatherApp.py
. -
Run the script using Python:
python WeatherApp.py
- Follow the on-screen instructions to input the name of the place for which you want to check the weather.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Made With โค๏ธ