Repository for a weather display application.
This repository contains WeatherAppDisplay, a project that enables the display of temperature and weather conditions. It utilizes APIs to fetch real-time weather data and provides a user-friendly interface for viewing the current temperature, weather conditions, and other relevant information. Stay informed about the weather with WeatherAppDisplay.
- Fetch real-time weather data from APIs.
- Display current temperature and weather conditions.
- User-friendly interface for easy viewing.
The repository has the following structure:
app.py
: The main Python script for the weather display application.WeatherApp.exe
: Executable file of the weather display application.
To get started with WeatherAppDisplay, follow these steps:
-
Clone the repository:
git clone https://github.com/MohamadsalehMoradpoor/WeatherAppDisplay.git
-
Install the required dependencies. You can find them in the
requirements.txt
file.pip install -r requirements.txt
-
Run the
app.py
script.python app.py
-
Stay informed about the weather!
The following dependencies are required to run WeatherAppDisplay:
- Python 3.6+
- Additional dependencies can be found in the
requirements.txt
file.
Make sure you have these dependencies installed before running the application.
Contributions to this repository are welcome. If you have any ideas or improvements, feel free to open an issue or submit a pull request.