Skip to content

Battery Notifier Program for Ubuntu/Linux Mint/Debian/Windows 10

Notifications You must be signed in to change notification settings

rajeshkumarsecure/BatteryNotifier

Repository files navigation

Laptop Battery Notifier Program

Description: This Program monitors the Laptop Battery Percentage and notifies for Low Battery or Full Battery Charge with an alarm sound.

Supported OS: Ubuntu/Linux Mint/Windows 10

Python Version: Python 3.6

Requirements:

Linux:

sudo apt-get install python3-tk

Other required python packages are listed on requirements.txt

sudo pip3 install -r requirements.txt

Windows:

pip install -r requirements.txt

To Run the Program:

Linux:

python3 tkinter_battery_notifier.py

Windows:

python tkinter_battery_notifier.py

GUI Contents:

  1. Battery Percentage
  2. Charge Status

GUI options:

  1. Check/UnCheck Low Battery Notification (Notifies when Battery is Less than 20 Percentage).
  2. Check/UnCheck Full Battery Notification (Notifies when Battery is More than 99 Percentage).
  3. Change Alarm music.

Notes:

  1. The Program has been tested on Ubuntu 18.04, Linux Mint 19 and Windows 10.
  2. The Program also works on the laptop with multiple batteries. The charge of multiple batteries are combined together for processing.
  3. The Program should also work on all Python3 Versions.

About

Battery Notifier Program for Ubuntu/Linux Mint/Debian/Windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages