~ pip install psutil
~ pip install plyer
from plyer import notification
import psutil
import time
- Used as a Desktop Notifier.
- It produces a Notification Message in form of a POP-UP Message on Desktop.
- Used to access system details and process utilities.
- Usage of resources like CPU, memory, disks, network, sensors can be monitored by the use of this module.