68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

Battery warning #59

Closed 68Duck closed 3 years ago

68Duck commented 3 years ago

Add a warning when the battery of the computer is below a certain level: import psutil

print(psutil.sensors_battery().percent)

68Duck commented 3 years ago

Feature added