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!
