Live CPU • Memory • Network • GitHub stars • Clock - right in your terminal, powered by Rich.
- Live system monitor — CPU %, memory usage, network I/O
- GitHub flex — sums up total stargazers across public repos ⭐
- Beautiful TUI — clean panels, colours, and a neat clock
- Cross‑platform — just run it anywhere Python works
Requires Python 3.8+
git clone https://github.com/Rayaan2009/termboard.git
cd termboard
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python termboard.pyPress Q or Ctrl+C to exit.
Edit the config section near the top of termboard.py:
REFRESH_SEC = 1.0
GITHUB_USER = "Rayaan2009"psutilgrabs CPU, memory, and network datarequestspulls GitHub repo data and sums starsrichlays everything out in a live dashboard
QorCtrl+C— quit
rich
psutil
requests- Stars show
N/A: you might be offline or rate‑limited - Network numbers are cumulative since boot — that’s normal
- On Windows, use Windows Terminal or PowerShell 7+ for best colours
- CLI flags:
--user,--refresh - Per‑core CPU view
- Disk usage panel
- Authenticated GitHub support
- Tiny sparklines for CPU/memory
Fork, branch, commit, PR. Keep code clean and commented.
MIT License, see LICENSE file.
- Built with Textualize Rich
- System stats from psutil
termboard/
├─ termboard.py
└─ README.md
Made with ❤️ by Rayaan2009
Happy hacking - smash that ⭐ if you enjoy TermBoard!
