This is a simple weather checker application built with Python using Tkinter and customtkinter.
The Weather Checker application allows users to retrieve weather information for a specific city using the OpenWeatherMap API.
- Dark appearance mode
- Green color theme
- Enter a city name and click "Check" to fetch weather information
- Displays weather condition and temperature in Celsius
- Python 3.x
- requests library (
pip install requests
) - customtkinter library (
pip install customtkinter
)
- Clone the repository or download the script.
- Install the required libraries:
pip install requests customtkinter
. - Replace
fav.ico
with your own favicon in the same directory. - Run the script:
python weather_checker.py
. - Enter a city name in the input field and click "Check" to fetch weather information.
Feel free to customize the code to fit your needs and preferences.