WeatherInfoFetcher is a Python script that retrieves real-time weather information for a given city using the WeatherAPI. Whether you're a developer, traveler, or weather enthusiast, this lightweight tool provides essential weather details at your fingertips.
- 🌡️ Temperature: Get the current temperature in both Celsius (°C) and Fahrenheit (°F).
- 💨 Wind Speed: Find out the wind speed in miles per hour (mph) and kilometers per hour (kph).
- 💧 Humidity: Check the percentage of humidity.
- ☁️ Cloud Coverage: Stay informed about cloud coverage.
- Clone this repository to your local machine.
- Install the required dependencies (e.g.,
requests
library). - Run the script and input the desired city name.
- Choose whether to read the weather information or listen to it (using the
r
orl
option).
Feel free to customize and enhance this project as needed! Contributions are welcome. 🚀
Feel free to use this description as a starting point for your GitHub repository. Good luck with your project! 😊🌟