640 B
Executable File
640 B
Executable File
Alerts you if your battery is overcharged or discharged to extend its performance and health.
Cross-platform compatibility:
- Windows.
- MacOS.
- Linux.
- FreeBSD.
Preview
Install
git clone git@github.com:tanrax/alert-battery-to-maintain-health.git
cd alert-battery-to-maintain-health
poetry install
Run
poetry run python3 src
Cron
crontab -e
Add the following:
* * * * * 'cd [absolute path folder] && poetry run python3 src'