Balert
Balert is for all the lazy people (like me
) who often miss desktop notifications. Balert
will say it clear and loud whenever your battery status goes below a default critical level or the level decided by you!
| Build Status | Version | Downloads | Python |
|---|---|---|---|
Demo

Installation
Build from tar files
wget "https://pypi.python.org/packages/source/B/Balert/Balert-1.0.7.tar.gz"
tar xzvf Balert-1.0.7.tar.gz
cd Balert-1.0.7
python setup.py installUsing pip
pip install BalertAfter installation is done successfully, run any combinations of below command in your terminal once for initial setup and then we are done! If you want to use the default setup then just run balert in terminal.
Default config:
language: English
rate : 150
charge : 20 (in percentage)
msg : ""
vol : 1.0
Usage
Set language
To set the language eg. hindi, english , tamil. Default one is english
balert -l hindi
Set rate of speaking
balert -r 100
Set your custom alert message
balert -m "Delta is the state of mind"
Set custom charge level.
If the battery level is below this critical level then it will give voice alert
balert -c 30
Get help
balert -hExample
balert -m "Hey,Lazy dog " -c 25When you run the above code, you've set "Hey,Lazy dog" as your custom message and 25 as your critical charge level.
Contributions
Have an idea to make it better? Go ahead! I will be happy to see a pull request from you! ![]()
License
