Skip to content

JustAMan/pynvraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynvraw

Pure-Python wrappings over nvapi which only require NVidia drivers and CUDA being isntalled on the machine.

Due to the nature of nvapi it only works on Windows (as nvapi is Windows-only).

This package allows monitoring of some values for NVidia cards and doing some basic control like setting fan rotation, power limit or overclock.

Use at your own risk!

Inspirations