This is a battery care notifier which will take care of our laptop's batter by sending notification.
- As we know our battery get depreciated over the years, but It is known that if we keep our battery percentage between 40 and 80 so it will keep our laptop battery good.
- So this program will see if the laptop is on charging so what is the percentage if it is >= 85% it will send notification to put off the charger.
- And if laptop is not connected with charger and not charging it will simply check the percentage if it's going below 35% it will send notifcation to connect the charger.
- As having a laptop we have to care about it's battery so here is the solution.
- Put path of where you clone this repo in your PC in variable named as
PATH
in main.pyw file, as i've set the path.
git clone https://github.com/AnantLuthra/Laptop-battery-Care-notifier.git
- This program will run in background and will start when you boot your system, so for that you have to put this file's shortcut in you startup folder for that first open
run
by (window + R
) shortcut key then type this
shell:startup
then enter.
- Then just paste the shortcut of file. having .pyw extension. Then from next time as you boot your system it will automatically start run in background and just take care of your battery's health.