Hello, I found the answer after investigating further on stack overflow. I have a PowerShell command that will allow users to view CPU utilization in real time.
typeperf "\Processor Information(_Total)% Processor Utility"
This can be called in Python as well.