Clock application for weekly contest #5
Find a file
2021-10-31 07:15:17 +03:00
assets Add screenshot 2021-10-31 06:59:44 +03:00
ui Add stopwatch record button 2021-10-27 23:07:27 +03:00
.gitignore Add UI files 2021-10-29 10:08:42 +03:00
LICENSE Add LICENSE GPL V3 2021-10-31 07:13:28 +03:00
main.py Add timer progress bar 2021-10-28 14:26:22 +03:00
README.md Add README 2021-10-31 07:13:35 +03:00
requirements.txt Add requirements.txt 2021-10-31 06:57:42 +03:00

PyClock

This is a "simple" clock writen with python and PyQt5

Preferences:

  • LCD screens
  • Stopwatch with lap counter
  • Timer

Requirements:

  • Python >= 3.7
  • PyQt5==5.15.6
  • PyQt5-Qt5==5.15.2
  • PyQt5-sip==12.9.0

Install with pip install -r requirements.txt