A PyQt6 based Python3 application for displaying local weather data.
Weather information includes:
- Current Conditions
- 2 Radars
- Hourly/Daily Forecast.
The clock is semi customizable with digital and analog settings.
python -m venv venv
source venb/bin/activate
pip install -r requirements.txt
python WxClockApp.py
This project is licensed under the MIT License - see the LICENSE file for details.