Metadata-Version: 2.1
Name: utibat
Version: 0.3.0
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

# utibat

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

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

- Display the current battery percentage.
- Show a progress bar representing the battery level.
- Colored output to indicate different battery levels.

## Example Output
```sh
Battery Percentage:  57%
[##########----------]
```

## Installation

You can install `utibat` via pip:

```sh
pip install utibat
```

## Usage
```sh
utibat battery
```
This will display the current battery percentage along with a progress bar.

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

