Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uberalex/timerbar

A pretty simple OSX time bar
https://github.com/uberalex/timerbar

Last synced: 3 months ago
JSON representation

A pretty simple OSX time bar

Awesome Lists containing this project

README

        

#TimerBar
Super-simple OSX bar applet that counts down from a set interval and notifies.

Uses rumps as the library:

Uses parsedatetime for custom timer:

Uses icons from , who generously offer them for free in exchange for a link!

To Create a standalon app, ensure you have py2app installed and use:

python setup.py py2app

the resulting app is in the dist directory

## Known Issues

* Building with virtualenv requires you to create an ``Info.plist`` in the
directory.
See [this comment by **Waldo1979**](https://github.com/jaredks/rumps/issues/47)
for a fix. Just use ``which python`` to find your virtualenv's directory.