Skip to content

Scripts for finding laptop 's battery charging capacity and storing it for record.

License

Notifications You must be signed in to change notification settings

InvincibleJuggernaut/BaTe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaTe

Introduction

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.

Pre-requisites

BaTe makes use of the following Python libraries :

  • xlrd
  • xlutils
  • xlwt

Supported Platforms

Windows

Usage

  • 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.

License

GPLv3

About

Scripts for finding laptop 's battery charging capacity and storing it for record.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published