Skip to content

This Battery Notifier will notify you of the current Battery Percentage and will recommend that you charge your system by the Battery Percentage required for the system.

License

Notifications You must be signed in to change notification settings

triposat/Battery_Charge_Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Prettier Size License
sds

Install the following modules:

~ pip install psutil
~ pip install plyer

Import the following modules:

 from plyer import notification
 import psutil
 import time

Use of plyer

  • Used as a Desktop Notifier.
  • It produces a Notification Message in form of a POP-UP Message on Desktop.

Use of psutil

  • 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.

About

This Battery Notifier will notify you of the current Battery Percentage and will recommend that you charge your system by the Battery Percentage required for the system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages