Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/pyweatherapp
- Owner: subhranil002
- License: mit
- Created: 2023-09-03T06:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T19:04:40.000Z (about 1 year ago)
- Last Synced: 2024-11-10T16:50:51.514Z (3 months ago)
- Topics: python, python-3, python-script, python3, pyttsx, pyttsx3, requests, weather, weather-api, weather-app, weather-forecast
- Language: Python
- Homepage: https://github.com/subhranil002
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ❤️