Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerfio/macos-exchange-rate-widget
https://github.com/aerfio/macos-exchange-rate-widget
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aerfio/macos-exchange-rate-widget
- Owner: aerfio
- License: apache-2.0
- Created: 2021-06-29T20:56:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T11:17:00.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:05:40.939Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Currency Ticker
README
# Currency Ticker
Gets current exchange rate of EUR/PLN and displays it in MacOS statusbar. Refreshes every 10m.
## Installation
```bash
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 setup.py py2app
```
Then open `dist/Currency Ticker.app` via finder.