From 592e8cb2ba5e006ff60c807ee2f4f02a37f7232c Mon Sep 17 00:00:00 2001 From: Amirul Abu Date: Thu, 4 Oct 2018 19:06:19 +0800 Subject: [PATCH] added more information in README --- Bitcoin-Price-GUI/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Bitcoin-Price-GUI/README.md b/Bitcoin-Price-GUI/README.md index b90e3fc..fe2eaf6 100644 --- a/Bitcoin-Price-GUI/README.md +++ b/Bitcoin-Price-GUI/README.md @@ -1,3 +1,13 @@ # Bitcoin price GUI -Tells the current price of bitcoin using Python's TKinter library \ No newline at end of file +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. \ No newline at end of file