Files
DualFloatingClock/README.md
T
2023-08-29 22:35:02 +08:00

40 lines
934 B
Markdown

# ⏰ Floating Clock
![code size](https://img.shields.io/github/languages/code-size/ivaquero/floating-clock.svg)
![repo size](https://img.shields.io/github/repo-size/ivaquero/floating-clock.svg)
This project aims to build a cross-platform floating clock based on PySide6 & Qt6.
## Motivation
When coding in full screen mode, I often forget the time.
When on macOS / Linux, the clock on the menu bar is too small to be noticeable, so is the clock on Windows.
![clock](clock.png)
## Roadmap
- [ ] Main Window
- [x] Frameless
- [x] Drag and Move
- [x] Right Click Menu
- [x] Always On Top
- [ ] Show in Fullscreen Mode
- [x] Font
- [x] Set Color
- [x] Set Background Color
- [x] Change Size
- [x] Configuratin File
- [x] Read Settings
- [x] Write Settings
- [x] Reset Settings
- [ ] Time
- [ ] Select Time Zone
- [ ] Set Alarms
## For Testing
```python
python -m pip install -r requirements.txt
```