Merge pull request #30 from amirulabu/Bitcoin-Price-GUI

added more information in README
This commit is contained in:
Ayush Bhardwaj 2018-10-04 16:43:28 +05:30 committed by GitHub
commit 7e60734a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,13 @@
# Bitcoin price GUI # Bitcoin price GUI
Tells the current price of bitcoin using Python's TKinter library 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.