The Power Pilot is a Python program that continuously checks the battery status in the background and alerts the user when the battery is optimally charged or running low. This program is designed to help users keep their battery charged between certain percentages to increase overall battery performance and reduce battery degradation over time.
To run the Battery-Monitor program, you will need to install the playsound library version 1.2.2. You can install this library using the following command:
pip install playsound==1.2.2
Also need gtts, psutil, can be installed using:
pip install psutil gtts
Please note that newer versions of the playsound library may cause the program to not work as intended.
- Clone the Power_Pilot repository to your local machine.
- Install the required gtts, psutil and playsound library with version 1.2.2 using the above command.
- Open a terminal or command prompt and navigate to the directory where the main.py file is located.
- Run the main.py file by typing python main.py in the terminal or command prompt.
The Power Pilot project is licensed under the MIT License. See the LICENSE file for more information.
By using the Battery-Monitor program, you can optimize your battery performance and extend the life of your battery. We hope you find this program useful and welcome any feedback or suggestions.