An open API service indexing awesome lists of open source software.

https://github.com/johennes/timer

Proof-of-concept egg timer written in PyGTK
https://github.com/johennes/timer

eggtimer

Last synced: 8 months ago
JSON representation

Proof-of-concept egg timer written in PyGTK

Awesome Lists containing this project

README

          

Timer
=====

Proof-of-concept egg timer written in PyGTK

Please note that the purpose of this project at the time was to get familiar with PyGTK.
As a result the code is neither fully functional nor very polished.

### Usage

Simply execute `src/timer.py`. The UI (shown in the screenshots below) should be mostly self explanatory. Basic configuration options are persisted in `src/timer.conf`.

### Screenshots

![Configuration interface](screenshots/configuration-interface.png)

![Running timer](screenshots/running-timer.png)