Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fboender/gcountdown
A very simple alarm countdown timer that sits in your sys tray.
https://github.com/fboender/gcountdown
Last synced: about 2 months ago
JSON representation
A very simple alarm countdown timer that sits in your sys tray.
- Host: GitHub
- URL: https://github.com/fboender/gcountdown
- Owner: fboender
- Created: 2015-11-08T20:02:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T15:18:40.000Z (about 9 years ago)
- Last Synced: 2023-03-17T15:25:17.628Z (almost 2 years ago)
- Language: Python
- Size: 188 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gCountDown
==========About
-----gCountDown is a very simple alarm countdown timer. It sits in your system tray
where you can click it to set an alarm. Once the time runs out, you will be
alerted.### Screenshots
![](https://raw.githubusercontent.com/fboender/gcountdown/master/contrib/gcountdown_set.p.png)
![](https://raw.githubusercontent.com/fboender/gcountdown/master/contrib/gcountdown_alert.p.png)
Requirements & installation
---------------------------Requires:
* Python 2.5+
* pygtk
* pynotifyInstallation:
* TODO
Usage
-----To start from the menu:
Menu -> Accessories -> gCountDown
To start from the commandline:
$ cd gcountdown
$ ./gcountdownAn alarm clock icon will appear in your system tray.
To SET an alarm:
Click the clock icon, enter the details of your alarm and click 'Apply'.
The clock icon will now change show a green arrow in the bottom-right
corner to indicate an alarm is running. The alarm will off after the time
specified. The clock will then change to a bell to indicate the alarm has
gone off. A desktop notification will also be shown.To CANCEL an alarm:
Click the clock icon, click 'Cancel'To RESET an alarm after it has gone off:
Click the bell icon in your system tray.
Copyright & License
-------------------gCountDown is (C) Copyright 2011, Ferry Boender
gCountDown is licensed under the MIT License. See the LICENSE.txt file
for more information.gCountDown uses icons from the Silk Icon set, available here:
http://www.famfamfam.com/lab/icons/silk/
The Silk Icon set is licensed under:
Creative Commons Attribution 3.0 License
gCountDown includes part of Pyglet, a cross-platform windowing and multimedia
library for Python, available here:http://pyglet.org/