https://github.com/ryanwalder/i3blocks-cryptocurrency
https://github.com/ryanwalder/i3blocks-cryptocurrency
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanwalder/i3blocks-cryptocurrency
- Owner: ryanwalder
- Created: 2016-11-24T22:29:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T18:17:41.000Z (over 5 years ago)
- Last Synced: 2025-04-04T00:02:34.757Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3blocks-cryptocurrency
i3block to check crypto currency exchange rates for BTC, LTC, ETH in your currency of choice.
## Requirements
`pip install requests`
## Usage
```
usage: ccurrency [-h] [-c COIN] [-f FIAT] [-m] [-p]
Set Coin/Fiat pair
optional arguments:
-h, --help show this help message and exit
-c COIN, --coin COIN Coin to check
-f FIAT, --fiat FIAT Fiat to check
-m, --movement Show price movement up/down
-p, --polybar Add Polybar colouring to movement
```