Controlling the fan speed and detecting the inside temperature of the pc with python?
Since my pc's fan is very loud, I'd like to make myself a program to "shut it up" when it's not required to be running at full speed. I want to make it with python, so is there any module that can detect the temperature and/or set the fan speed? Seth You might be able to do it in WMI . There's a related question here . Cheeso Don't use python, or WMI. If you have Windows, and if you can't use speedfan, this is best done in the BIOS layer, with Microsoft's ASL Compiler . Using that, you can set temp thresholds for various fan speeds. It works nicely. Be careful though. This will void your