Metadata-Version: 2.1
Name: utibat
Version: 0.4.1
Summary: A CLI tool to display battery information
Home-page: https://github.com/marinkres/utibat
Author: Marin
Author-email: utikacbeats@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: psutil
Requires-Dist: rich

# utibat

https://pypi.org/project/utibat/

`utibat` is a simple command-line tool for displaying battery information.
## Features

- Display the current battery percentage.
- Show a progress bar representing the battery level.
- Colored output to indicate different battery levels.
- Displays charging status.
- Displays estimated time left.

## Example Output
```sh
â•­â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ Battery Status â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â•®
â”‚ Percentage: 60%                      â”‚
â”‚                                      â”‚
â”‚ â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–‘â–‘â–‘â–‘â–‘â–‘â–‘â–‘                 â”‚
â”‚                                      â”‚
â”‚ Status: Not Plugged In               â”‚
â”‚ Time Left: 0:45:22                   â”‚
â•°â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â•¯
```

## Installation

You can install `utibat` via pip:

```sh
pip install utibat
```

## Usage
```sh
utibat 
```

## License
This project is licensed under the MIT License - see the LICENSE file for details.

