Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 972 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 972 Bytes

Python Battery Alert Notifier 🔋⚠

Overview

🔋 This Python script, leveraging the plyer library, monitors battery status and sends notifications at predefined thresholds. 📈 It ensures timely alerts for battery levels, enhancing user experience and device management. ⚡

Installation

To use the Battery Alert Notifier, follow these steps:

  1. Clone the repository:

    git clone https://github.com/neuqs90/python-battery-alert-notifier.git
  2. Navigate to the project directory:

    cd python-battery-alert-notifier
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
  4. Run the application:

    python main.py

    For Background Run :

    pythonw main.py

Collaboration

Contributions are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or submit a pull request.