A live BTC trade terminal in your terminal — real-time candlestick chart, trade feed, and buy/sell pressure bar. Supports Binance, Coinbase, and Bybit. No API key required.
brew install bscript/btc-tui/btc-tuiTo upgrade later:
brew update && brew upgrade btc-tui# pipx keeps it isolated (recommended)
pipx install btc-tui
# or plain pip
pip install btc-tuigit clone https://github.com/bscript/btc-tui
cd btc-tui
pip install .btc-tui # Binance (default)
btc-tui --exchange coinbase # Coinbase
btc-tui --exchange bybit # BybitPress q or Esc to quit.
| Flag | Exchange | Pair |
|---|---|---|
| (default) | Binance | BTC/USDT |
--exchange coinbase |
Coinbase | BTC/USD |
--exchange bybit |
Bybit | BTC/USDT |
All exchanges stream live trades and ticker data with no API key required.
| Key | Action |
|---|---|
q / Q / Esc |
Quit |
Edit CANDLE_SECONDS at the top of btc_tui/main.py to change the candle interval (default: 10 seconds, set to 60 for 1-minute candles).
- Python 3.9+
- A terminal at least 80×24 characters (bigger is better)
- Internet connection
MIT