Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 740 Bytes

Analog_PyQt_Timer

This is a simple countdown timer. Written in Python 3 with PyQt5

Preview

Just run: Start.py

Button functions:

  • sec : input neu time / seconds
  • >: show / hide side bar
  • Open File: Load new name list. Only *.txt files.
  • Clear List: Clear Name list

CheckBox functions:

  • Switch text: Button <-> Label: Toggle Display of "Status" / "Selected Name" between "Button" / "Name-Label"
  • Show Label: Show/Hide Name-Label

Show selected Name at Label and button function at pushButton text

Preview

Show selected name instead of button function

Preview

Hidden side bar

Preview