Battery_Checker
A downloadable project for Windows
Download NowName your own price
Low Battery Warner App
Low Battery Warner is a simple Python application that alerts users when their battery level falls below a specified threshold. It provides a graphical user interface (GUI) to display the current battery level and issues a warning when the battery level is low.
Features
- Monitors the battery level of the system.
- Displays the current battery level in the GUI.
- Allows users to set a lower threshold for battery level.
- Issues a warning when the battery level falls below the specified threshold.
- Icon blinks when the battery level reaches the threshold.
Getting Started
Prerequisites
- Python 3.x installed on your system.
- Required Python packages:
tkinter
,psutil
,winsound
(for Windows).
Installation
- Clone the repository to your local machine:
git clone https://github.com/your-username/low-battery-warner.git
- Navigate to the project directory:
cd low-battery-warner
- Install the required Python packages:
pip install -r requirements.txt
Usage
- Run the application by executing the Python script:
python LowBatteryWarnerApp.py
- Set the lower threshold for the battery level in the GUI.
- The application will monitor the battery level and issue a warning when it falls below the specified threshold. The icon will blink when the battery level reaches the threshold.
Building Executable
- To build the Windows executable, run the following command:
pyinstaller --onefile --noconsole LowBatteryWarnerApp.py
Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new pull request.
Acknowledgements
Status | Released |
Category | Other |
Platforms | Windows |
Author | vanleemput.tim@gmail.com |
Download
Download NowName your own price
Click download now to get access to the following files:
LowBatteryWarnerApp.zip 10 MB
Leave a comment
Log in with itch.io to leave a comment.