Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aerfio/macos-exchange-rate-widget


https://github.com/aerfio/macos-exchange-rate-widget

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

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.