Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonserna/MacOS-cpu-temperature
🌡 Free MacOS CPU Temperature statusbar menubar app
https://github.com/brandonserna/MacOS-cpu-temperature
Last synced: 3 months ago
JSON representation
🌡 Free MacOS CPU Temperature statusbar menubar app
- Host: GitHub
- URL: https://github.com/brandonserna/MacOS-cpu-temperature
- Owner: brandonserna
- Created: 2020-04-08T03:16:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:35:47.000Z (over 3 years ago)
- Last Synced: 2024-06-19T03:54:40.924Z (5 months ago)
- Language: Python
- Size: 142 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - MacOS CPU Temperature
README
# MacOS CPU Temperature Statusbar App
![](./demo.png)
A lightweight, free and open source statusbar app to help monitor your mac cpu temperature. This app stands on the shoulders of giants, thank you [osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp), [rumps](https://github.com/jaredks/rumps), py2app and [Camillo Visni](https://camillovisini.com/create-macos-menu-bar-app-pomodoro/) for the great blog post 😃
* Updates every 3 seconds
* 20mb### Download Instructions
You will need to download, right click "Open" and it should be able to run.
[Download link](https://random-software-projects.s3.us-east-2.amazonaws.com/MacOS+CPU+Temperature.app.zip)
### Build the app bundle
```sh
python setup.py py2app
```