SkyCast is a simple weather application built with Python and Tkinter. It allows users to retrieve current weather information for a specific city.
- Get current weather information for any city
- Support for multiple languages (only Turkish and English)
- Customizable background color
- Python 3.x
- Requests library
- Tkinter library (usually comes pre-installed with Python)
- configparser library
- Clone the repository:
git clone https://github.com/moonlxight/skycast
- Navigate to the project directory:
cd SkyCast
- Run the application:
python weather_app.py
- Enter the desired city in the provided entry box.
- Press Enter or click the "Get Weather Information" button to retrieve the weather data.
- The weather information will be displayed in a pop-up window.
- Use the language button to switch between Turkish and English.
- Use the color button to select a custom background color for the application.
- The configuration settings are stored in the
config.ini
file. - You can customize the API key, language, and background color in this file.
This project is licensed under the MIT License - see the LICENSE file for details
This project was developed by TwistyJead.