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
- Host: GitHub
- URL: https://github.com/sirhenricus/pygamecputempgui
- Owner: SirHenricus
- Created: 2025-06-20T18:08:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T18:12:23.000Z (about 1 year ago)
- Last Synced: 2025-06-20T19:37:31.282Z (about 1 year ago)
- Topics: gui, macos, powermetrics, pygame, python3, temperature, zsh
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.