Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uberalex/timerbar
- Owner: uberalex
- Created: 2014-05-11T06:39:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T19:22:44.000Z (almost 8 years ago)
- Last Synced: 2024-07-29T05:27:15.016Z (4 months ago)
- Language: Python
- Size: 30.6 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - TimerBar
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.