Hello,
I am trying to create a system info tool that quickly gather the below:
1- CPU, RAM specs / states
2- GPU info / specs / driver date /OpenGL status
3- Loaded Addons in the current session.
these can be also used as a quick info gathering for service desk ticketing
I’m trying to load psutil and gputil libraries into pyrevit by placing the sources inside the lib folder, and I am assuming these tools only run on python 3.
my initial attempts were not successful, but I am wondering if anyone did that before.