Skip to content

Swipe650/pytimer

This branch is 50 commits ahead of, 10 commits behind jabbalaci/Pomodoro-Timer:master.

Repository files navigation

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)

About

A simple GUI countdown timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%