Fast display of CPU temperature in Linux
- Python 3 and higher
Note
If python3 doesn't exist on your machine, you will try to install it. Otherwise, install it manually.
git clone https://github.com/medowic/tshow.git
cd tshow
sudo bash install.shIn same tshow folder run uninstall.sh script
sudo bash uninstall.shtshow [OPTIONS]-h, --human-readable- print temperature in human-readable format (e.g.: 50.0C). Usually prints in raw format (e.g.: 50000).--help- display help page and exit--version- display version information and exit
This is standard output
$ tshow
50000You can use -h flag to display it in human-readable format
$ tshow -h
50.0CThis is project is under the MIT License