osx-cputemp
is a simple Python script designed to monitor and display the CPU temperature on macOS systems. It helps you keep an eye on your system's thermal performance and ensures your hardware stays within safe operating temperatures.
- Install Python from the official website (latest version) and ensure it is added to the system PATH and environment variables.
To set up osx-cputemp
, follow these steps:
- Download or clone the repository. If you don't have Git, refer to the official guide.
- Open a terminal.
- Navigate to the script folder in the terminal.
- Install the required dependencies by running:
pip install -r requirements.txt
- Navigate to the script folder in the terminal.
- Run the script with Python by executing:
python main.py
- Upon the first launch, the necessary files, including the compiled version of
osx-cpu-temp
, will be created automatically. - The folder
osx-cpu-temp-master
is sourced from https://github.com/lavoiesl/osx-cpu-temp. It remains as a folder for modularity. - The
bin
folder contains the compiled version ofosx-cpu-temp
, which is generated during the initial setup. - The
config.toml
file is used to manage and maintain configuration settings for the script.
- This script is designed for macOS systems only. 🖥️
- This script is intended for personal use only. 🎓
- The script is currently very basic and lacks advanced features. Feel free to contribute by opening a pull request or issue.
- Performance and accuracy may vary. Contributions to improve the script are welcome.
If you encounter any bugs or issues while using osx-cputemp
, please report them by opening an issue on the GitHub repository. Provide detailed information to help us reproduce and resolve the problem.
osx-cputemp
was developed by Siissioe123.
This software is released under the GPL-3.0 license (GNU General Public License), maintained by the Free Software Foundation.