This is a simple TUI (Text User Interface) Bitcoin wallet built with Textual and Python. It connects to your local bitcoind node (testnet) using RPC, giving you a minimal and interactive way to view your wallet balance, sync status, and send transactions — all from your terminal.
⚙️ Features
✅ Works with Bitcoin Testnet via RPC
📊 Shows real-time wallet info: balance, sync progress, transaction count
💸 Send BTC through an interactive form
🖥️ Clean terminal UI powered by Textual
pip install textual rich requests and configure bitcoin.conf file according to your desired test network.