Skip to content

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

License

Notifications You must be signed in to change notification settings

frypf/MacTemperatures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacTemperatures

MacTemperatures 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

Languages

  • C 71.2%
  • Python 25.3%
  • Makefile 3.5%