Metadata-Version: 2.1
Name: lgbt
Version: 0.2.1
Summary: Rainbow tqdm
Home-page: UNKNOWN
Author: Matvey Kopylov
Author-email: kopylovmatveyx@gmai.com
License: UNKNOWN
Platform: UNKNOWN
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
License-File: LICENSE

#  Rainbow TQDM - LGBT

GitHub: https://github.com/JohanSundstain/LGBT

Beautiful progress bar with rainbow colors.
In v 0.1.0 - Optimized loading for large lists.
Added the option to select a placeholder. Check the `placeholder` argument.
In v 0.2.0 - The loading strip update is even better optimized. Added new heroes :)
'rainbow': 'рџЊ€', 'unicorn':'рџ¦„', 'teddy': 'рџ§ё', 'bunny': 'рџђ°', 'kitten':'рџђ±', 'sakura':'рџЊё', 'heart':'рџ©·'

## Download
```bash
pip install lgbt
```

## Usage
```python
import time

from lgbt import lgbt

for i in lgbt(range(100)):
	time.sleep(0.1)
```


## Example of output
```md
### Run srcipt
```bash
$ python some_script_with_lgbt.py
```
![Console](./screenshot1.png)

