A small ticker which shows the current prices for the cryptos you're interested in.
No clutter and a non disruptive interface. Ideal to just leave it running while you search for a nice residence on the moon.
A virtual environment is recommended.
Run pip install -r requirements.txt
Then use the following command to start it: python smallTicker.py
You can just add symbols in the symbols.json file while it is running and after a few seconds the newly added symbol will be available in the ticker.
Note that the ticker must be in focus for the keys to work (click on it first).
Q → Close the window
F → Switch to the next symbol
The Small Crypto Ticker uses the binance public API. You do not have to enter your API token or any other credentials for it to work.