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:
- Battery Percentage
- Charge Status
GUI options:
- Check/UnCheck Low Battery Notification (Notifies when Battery is Less than 20 Percentage).
- Check/UnCheck Full Battery Notification (Notifies when Battery is More than 99 Percentage).
- Change Alarm music.
Notes:
- The Program has been tested on Ubuntu 18.04, Linux Mint 19 and Windows 10.
- The Program also works on the laptop with multiple batteries. The charge of multiple batteries are combined together for processing.
- The Program should also work on all Python3 Versions.