python-scripts/scripts/battery_notification
2022-10-09 20:20:28 +05:30
..
battery_notification.py battery notification added 2022-10-09 20:20:28 +05:30
README.md battery notification added 2022-10-09 20:20:28 +05:30
requirement.txt battery notification added 2022-10-09 20:20:28 +05:30

This python File used to give notification about your battery percentage of the device.

Pre-requisites:-you need to install python on your desktop along with some awesome packages as follows:-

1.)psutil :-pip install psutil

2.)pynotifier :- pip install py-notifier

3.)win10toast :- pip install win10toast

thanks for reading!!