Metadata-Version: 2.1
Name: loading-bars
Version: 0.0.1
Summary: Set of loading bars to make your life easy!
Home-page: https://github.com/AndoreKun/loading-bars.git
Author: André Pereira
Author-email: andrepereira180903@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# loading-bars
Welcome to loading-bars, a simple set of loading bars to make your life easy!

# Installation
To install loading-bars simply use pip, no other modules required

Requirements: Python 3.x
> pip install loading-bars

# Usage
loading-bars currently contains 3 different loading bars:

### progress_bar(int)

This function creates a progress bar with a desired size and percentage

Requires the current percentage value


### dinamic_bar()

This function will make the first progress bar dinamic and very customizable

Doesn't require any arguments to run the following example:

![example-loadingbar.gif](https://s2.gifyu.com/images/example-loadingbar.gif)

### loading_info()

This function will show a information while loads by adding dots

Doesn't require any arguments to run [INFO] from following example:

![example-info.gif](https://s2.gifyu.com/images/example-info.gif)

Thanks, I hope you find this useful!

Found a error or want to contribute? Feel free to visit my [github repository](https://github.com/AndoreKun/loading-bars)



