Is there a way to get fan speed with Python on Windows? psutil.sensors_fans()
only works with Linux and most of questions related are about temperature.
Asked
Active
Viewed 463 times
1

kuroyakedo
- 39
- 1
- 6
-
Have you tried [`wmi`](https://pypi.org/project/WMI/)? – Mauricio Contreras Dec 04 '20 at 14:29
-
I did, it doesn't give me anything – kuroyakedo Dec 04 '20 at 14:40
-
Have you seen this post [Programmatically access CPU fan on a laptop? (Windows)](https://stackoverflow.com/questions/485448/programmatically-access-cpu-fan-on-a-laptop-windows) – itprorh66 Dec 04 '20 at 15:14