Metadata-Version: 2.1
Name: CoolBar
Version: 0.5.6
Summary: Dynamic Python Progress Bar
Home-page: https://github.com/ReloadingBee/CoolBar
Download-URL: https://github.com/ReloadingBee/CoolBar/archive/v_0.5.6.tar.gz
Author: ReloadingBee
Author-email: reloadingbee@gmail.com
License: Apache-2.0
Keywords: progress,loading,bar,dynamic,python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Terminals
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# CoolBar
Dynamic Python Progress Bar
[CoolBar GitHub](https://github.com/ReloadingBee/CoolBar)

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction
CoolBar is a Python3 package that aims to provide users with a _cool_ progress bar for terminals.

## Features
- Scalable progress bar
- Time tracking (eta, time per item, total time)
- Animations
- Ease of use

## Installation
`pip install CoolBar`

## Usage

...

## Contributing
If you wish to contribute, you're 100% welcome to!

Just fork this project and start creating. Once you're done, just make a pull request, and I'll consider merging 🙂

## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/ReloadingBee/CoolBar/blob/main/LICENSE) file for details.
