System and game performance monitoring with Python
System and game performance monitoring with Python
rkblog.dev
System and game performance monitoring with Python
Using various libraries to gather system information and performance metrics for Windows, Linux, and macOS

It's rather easy to gather basic system performance metrics and info. Still, with game performance metrics like FPS, Python has to use existing specialized apps and parse their output or read their shared memory.