A modern Vietnamese word-based clock inspired by QLOCKTWO.
Instead of showing digits, the clock displays the current time in Vietnamese words, lighting up the appropriate letters in a grid.
The application interface is currently in Vietnamese.
- Vietnamese word time display rounded to five minutes
- Multiple color themes
- Analog clock
- Digital time and date display
- Test mode (auto time simulation)
- Manual time override
- Frameless draggable window
- Packaged as standalone Windows executable
- Python 3
- Tkinter
- PyInstaller (for packaging)
Clone the repository:
git clone https://github.com/tridzfr/vietnamese-word-clock.git
cd vietnamese-word-clockBuild executable:
pyinstaller --onefile --windowed --icon=icon.ico clock.pyThe executable will be created in:
dist/clock.exe
- Python 3.10+
- Tkinter (usually included with Python)
- PyInstaller (for building executable)



