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
- Host: GitHub
- URL: https://github.com/corgilifezz/live-tracker-price
- Owner: corgilifezz
- Created: 2025-10-26T05:13:08.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-10-26T05:14:27.000Z (8 days ago)
- Last Synced: 2025-10-26T07:08:50.054Z (8 days ago)
- Topics: bitcoin, ccxt, ccxt-python, ethereum, python
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 │
└───────────┴──────────┴──────────┴──────────┘
```