An open API service indexing awesome lists of open source software.

https://github.com/corgilifezz/live-tracker-price


https://github.com/corgilifezz/live-tracker-price

bitcoin ccxt ccxt-python ethereum python

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# Shimmer

shimmer is an intermediate mode way to build TUI applications using rich

Example output

```
┏━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┓
┃ Symbol ┃ High ┃ Low ┃ Last ┃
┡━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━┩
│ BTC/USDT │ 111940.0 │ 111130.0 │ 111440.0 │
│ ETH/USDT │ 3968.5 │ 3921.8 │ 3940.0 │
│ DOGE/USDT │ 0.19848 │ 0.19482 │ 0.19482 │
└───────────┴──────────┴──────────┴──────────┘
```