Better Battery Report for Windows
Project description
✨ Better Battery Report: A Python CLI tool that generates enhanced battery reports for Windows systems ✨
📋 Features
- Display basic battery information
- Generate battery health reports with interactive visualizations
- Export reports as HTML files with Plotly graphs
- Track battery capacity changes over time
📦 Installation
Since this is a CLI application, it's recommended to run it using uvx:
uvx bbrpy
Alternatively, you can install it using pip:
pip install bbrpy
Or pipx to install it on an isolated environment:
pipx install bbrpy
💻 Usage
The tool provides two main commands:
Display Battery Information
bbrpy info
This command shows basic battery information including:
- Computer name
- Last scan time
- Design capacity
- Current full charge capacity
Generate Battery Report
bbrpy generate [--output PATH]
Options:
--output: Specify the output path for the HTML report (default: "./reports/battery_report.html")
This command:
- Generates a battery report using powercfg
- Creates an interactive visualization of battery capacity history
- Opens the report in your default web browser
📘 Requirements
- Windows operating system
- Python 3.12 or higher
- Administrative privileges (for powercfg command)
⚙️ Technical Details
The tool uses:
powercfgWindows command-line tool for battery data- Plotly for interactive visualizations
- Pandas for data processing
- Typer for CLI interface
©️ License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bbrpy-0.2.3.tar.gz.
File metadata
- Download URL: bbrpy-0.2.3.tar.gz
- Upload date:
- Size: 60.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f7f1b5a14d74123940f9fa3fa5915645dc42ab4e3153cfa76a1718b8134982
|
|
| MD5 |
b60c95512757356991874ca0f1fc2ba1
|
|
| BLAKE2b-256 |
faa0a40d5f31de5fe87fd41f763509fea443647cbcb85fe861c499b6b38b9e1c
|
File details
Details for the file bbrpy-0.2.3-py3-none-any.whl.
File metadata
- Download URL: bbrpy-0.2.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3d39c82cd8d9586b50616f0df4b797e337c0b9c3194b517868063b757ef907
|
|
| MD5 |
d4dfaebbb5ff36711319c080f9f6ca3a
|
|
| BLAKE2b-256 |
069b1ca1cb980f49faf3c1ac0f187a7a2c8f94817cc2a26a291c5ee74cac561e
|