Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 920 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 920 Bytes

A simple python GUI Countdown timer that uses the Tkinter GUI toolkit. It counts down seconds from a given minute value.

Basic Tk version by vegaseat: https://www.daniweb.com/programming/software-development/threads/464062/countdown-clock-with-python

Script forked from Pomodoro-Timer:

Laszlo Szathmary, alias Jabba Laci https://github.com/jabbalaci/Pomodoro-Timer

Modified by: Swipe650 https://github.com/Swipe650

Screenshot

Pytimer:

pytimer

Usage

Create an application launcher add pytimer_icon.png and execute ./launcher.sh or execute ./pytimer.py

Type your required timer and hit enter. Reset will cancel the timer and Mute will stop the alarm

Dependencies

Install the following packages with your package manager:

  • wmctrl
  • xdotool
  • sox
  • tk

The GUI is based on Tkinter. You will need to install the Tkinter or TK package (depending on your distro)