It's a Python script which reminds me with the current state of my Laptop Battery Percentage.
pip install psutil
pip install plyer
import psutil
from plyer import notification
For other percentages, show the current battery percentage.
Submitted by Vaibhav sharma (Vaibhav2004)
Download packets of source code on Coders Packet
Comments