It logs your battery status and analyses your battery behaviour using those logs.
- pip3 install -r requirements.txt
- "crontab -e" Add following line to your cronjob list */2 * * * * python3 /home/path/to/BatMan.py &
- The script will automatically run every 2 minutes and logs your battery status to battery_log.log file.
- The log file will be used for deriving data about your battery behaviour.