An open API service indexing awesome lists of open source software.

https://github.com/sirhenricus/pygamecputempgui

Uses powermetrics and Pygame to show the temperature of your CPU. Optimized for MacOS users
https://github.com/sirhenricus/pygamecputempgui

gui macos powermetrics pygame python3 temperature zsh

Last synced: 2 months ago
JSON representation

Uses powermetrics and Pygame to show the temperature of your CPU. Optimized for MacOS users

Awesome Lists containing this project

README

          

# Pygame CPU die temperature GUI

This is essentially a replacement for the command `sudo powermetrics --samplers smc |grep -i "CPU die temperature"` that lets MacOS users see the temperature of their CPU. Took about a day to make. Not very complicated.

Some parts of the code were written using ChatGPT.