Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
/ mac-temperatures Public archive

Python Package for Obtaining Temperature Sensor Readings on M1 Macs (Apple Silicon)

License

Notifications You must be signed in to change notification settings

joshunrau/mac-temperatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️  This repository is no longer maintained. I made this for fun when I had an M1 Mac (it just came out) and got it to work. However, I just tested it on my M3 Pro and something is broken, which I don't have time to fix.

Mac Temperatures

This is a simple program to obtain readings from thermal sensors on M1 Macs. I adapted the Objective-C code written by fermion-star as a C program and wrote Python bindings to make the code more flexible and easier to use.

Install

pip install mactemperatures

Usage

>>> from mactemperatures import get_thermal_readings
>>> get_thermal_readings()

About

Python Package for Obtaining Temperature Sensor Readings on M1 Macs (Apple Silicon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published