tnaia / kprice

plot the price of cryptocurrencies on the Kraken exchange in gnome terminal using teletext characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kprice

Plot the price of cryptocurrencies on the Kraken exchange in gnome terminal using teletext characters. This a single python script, which depends on the requests, pandas, and numpy packages. It uses the Symbols for Legacy Computing unicode block for plotting directly inside the terminal emulator. Most terminals based on the Gnome terminal support these characters.

This pulls price data from the Kraken exchange, but it is not affiliated with Kraken in any way.

eg

To changes colors, styles, defaults, etc, edit the python source code. This is provided as a self-contained demonstration of calling Kraken's REST API and plotting using unicode characters in the command line. The expectation is that users will modify/incorporate parts of this into their own script.

About

plot the price of cryptocurrencies on the Kraken exchange in gnome terminal using teletext characters

License:GNU General Public License v3.0


Languages

Language:Python 100.0%