Welcome to the Weather App, a Python program that provides weather information for a given city.
This Weather App is a simple Python program that fetches current weather data for a specified city using the WeatherAPI. It displays information such as place, weather conditions, temperature in both Celsius and Fahrenheit, local time, and whether it's day or night.
- Retrieves and displays real-time weather information.
- Supports both Celsius and Fahrenheit temperature units.
- Provides local time and indicates whether it's day or night.
- Easy to use and integrate into your projects.
-
Clone this repository to your local machine:
git clone https://github.com/jayadityadev/WeatherApp.git
-
Install the required libraries using pip:
pip install -r requirements.txt
-
Run the 'main.py' script:
python main.py
-
Enter the name of the city when prompted.
-
The program will display the current weather information for the specified city.
Contributions are welcome! If you would like to improve this WeatherApp, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b new-feature.
-
Make your changes and commit them:
git commit -m 'Add new feature'. -
Push to the branch:
git push origin new-feature
-
Create a pull request from your fork's branch to the main repository's main branch.
Thank you for using WeatherApp! If you have any feedback or suggestions, feel free to open an issue on this repository.