This project is a simple temperature monitor for Windows OS. The scope for this project is to make IETS 500 run at lower speeds when the GPU/CPU temps are low.
- Install Python 3.6 or higher
- Install the following package:
pip install pythonnet
- Activate the virtual environment
- Open a terminal with admin rights (we don't actually need it for GPU temps, but we do for CPU temps as of 22H2)
- Run the
main.pyfile or the module with the following command:python -m temp_monitor_cpu_gpu
You can either use the dll I am including in this project or you can download the dll from the following link and extract the dll from the zip file and put it into the needed_dlls dir.
This is the link for the GitHub repo of the project: link.
Pull requests are welcome. There's an active discussion on this link