Version: 0.3
A simple yet customizable desktop clock application built with PyQt5.
- Digital clock display
- Customizable font and size
- Adjustable colors (clock text and background)
- Adjustable transparency
- Frameless mode
- Optional seconds display
- Corner rounding adjustment
- Modern settings window
- Clone the repository:
git clone https://github.com/your-username/desktop-clock.git- Enter the project directory:
cd desktop-clock- Optional: create a virtual environment:
python -m venv venv
source venv/bin/activate- Install required dependencies:
pip install -r requirements.txtRun the main.py file:
python src/main.pyThe application can be customized through the "Settings" option in the context menu, accessible by right-clicking. Settings include:
- Clock font and size
- Clock text color and background color
- Seconds display
- Frameless mode
- Horizontal and vertical padding
- Main window background color
- Corner rounding amount
- Settings are stored in a YAML file
- The application supports custom fonts
- Color picker buttons now display the selected color's hex code
- Settings window has a modern design with improved appearance and usability
If you'd like to contribute to the project, please open an issue or send a pull request.




