Battery Status Web Monitor is a real-time web application that displays battery status data in the form of dynamic charts and tables. It provides you with a convenient way to monitor your device's battery health.
- Real-time display of ChargeRate, DischargeRate, and Voltage.
- Interactive charts for visualizing battery parameters.
- Data tables for a detailed view of parameter values.
- Automatic data refresh and server-side rendering.

- Clone the repository.
- Install Python and required dependencies.
pip install Flask py flask_app.py
Run the Flask app: bash Copy code python your_flask_app.py Access the app in your web browser at http://localhost:5000. How It Works π§ The Flask application collects battery data from PowerShell. JavaScript fetches the data and updates the charts and tables. Auto-reload feature for a seamless development experience. Customize π¨ You can customize the app by modifying the CSS and JavaScript files.
Author π¨βπ» http://isaacgoncalves.tech License π This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments π Flask Chart.js PowerShell Happy Monitoring! π