This terminal-based weather app for Windows provides current temperature updates for user-specified cities using the WeatherAPI. The app combines visual and audible outputs for a seamless user experience.
-
Install Python:
- Download and install Python from python.org.
- During installation, ensure you check the option to add Python to the system PATH.
-
Clone the Repository:
git clone https://github.com/RG-7/WeatherApp.git
-
Navigate to the Project Directory:
cd WeatherApp
-
Install Dependencies:
pip install -r requirements.txt
-
API Key Configuration:
- Replace the placeholder API key in the script with your valid WeatherAPI key.
-
Run the App:
python main.py
-
Input City:
- When prompted, enter the name of the city you want to check the weather for.
-
Get Updates:
- Receive both visual and spoken temperature updates for the specified city.
- Python 3.x
- Internet connection for API access
- PowerShell for text-to-speech
- WeatherAPI for providing temperature data.
Feel free to contribute and enhance this project!