MacTmp 0.0.9

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

MacTmp 0.0.9

MacTmp
This is a python module used to find the temperatures of the CPU and GPU in Mac OS. If there is an issue with this module, please open an issue.
Installation: pip3 install MacTmp
Please run this with sudo
Run: sudo python3 file.py
Below is the example code:
>>> import MacTmp
>>> print(MacTmp.CPU_Temp()) # To get CPU Temperature
>>> print(MacTmp.GPU_Temp()) # To get GPU Temperature

Both temperatures are in Celcius.
Note: GPU temperature does not work with Intel Integrated Graphics. This module doesn't work with Mac Mini's, and support for M1 Macs is untested. This module relies on powermetrics, so if that command works, this module should work.
PyPI page here: https://pypi.org/project/MacTmp/
Github Page Here: https://github.com/kethan1/MacTmp/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.