Awesome-Python-Scripts/Bitcoin-Price-GUI/README.md

13 lines
415 B
Markdown
Raw Permalink Normal View History

2018-10-04 00:25:08 +00:00
# Bitcoin price GUI
2018-10-04 11:06:19 +00:00
Tells the current price of bitcoin using Python's TKinter library and using luno free api. Press refresh to get the latest price.
## How to use
> python bitcoin-price.py
or
> python3 bitcoin-price.py
* the default pair is Bitcoin to Malaysian Ringgit, to change that, click [here](https://api.mybitx.com/api/1/tickers) to find out what tickers are available and change `XBTMYR` in line 9.