Over time, batteries lose their designed charging capacity and their ability to store the charge decreases. It is a little bit cumbersome to know the current laptop battery charging capacity. BaTe helps in achieving this by checking the battery charging capacity and logs it into a spreadsheet file. This task could be automated completely by using Windows' Task Scheduler.
BaTe makes use of the following Python libraries :
- xlrd
- xlutils
- xlwt
Windows
- Clone this repository using :
git clone https://github.com/InvincibleJuggernaut/BaTe.git
- Next, go inside the repository directory using :
cd BaTe
- Install all the dependencies using:
pip3 install -r requirements.txt
- There are two scripts: battery-test.bat and battery-logger.bat You could run each file individually in the same order or schedule them using Task Scheduler.