Awesome-Python-Scripts/Bitcoin-Price-GUI
2018-10-04 19:06:19 +08:00
..
bitcoin-price.py added bitcoin price gui code 2018-10-04 08:22:17 +08:00
README.md added more information in README 2018-10-04 19:06:19 +08:00

Bitcoin price GUI

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 to find out what tickers are available and change XBTMYR in line 9.