Digital Clock released

Here is a clock application for Linux/Unix done with Python and QT5. You need to install python3 and python-pyqt5 or similar to use this program. The program is frameless and places itself in the middle of the screen.

Without further ado, some screenshots.

linux clock, linux digital clock, python clock

Digital Clock is done with Python and QT5 and styled with CSS.

Download Digital Clock as a zip.

digital clock, linux clock

ALT+F4 is disabled to prevent accidental closing. Pressing Esc will bring out the exist prompt.

#Digital Clock Copyright (c) 2017 JJ Posti <techtimejourney.net>
#Digital Clock comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991

 

Executing

If needed make python files executable: chmod +x filename.py

Run with: python filename_location.py

Digital Clock GitHub page.