Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.06 KB

Battery Percentage Tracker

This repository contains code for a simple project which tracks your battery percentage on your laptop and alerts you to unplug your charger to avoid damage.

Installation

Use the package manager pip to install the following requirements essential to running the project.

pip install psutil

Usage

You can choose to copy and paste the .exe file which has the same name as the program in your startup folder in your system to get the program running from system start incase you dont want to be bothered to run the program manually all the time

This program was converted into an exe using auto-py-to-exe. you can install the same using the following command and make any changes that you see fit.

pip install auto-py-to-exe

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

The Unlicense