Metadata-Version: 2.4
Name: terminalbars
Version: 2.5
Summary: Biblioteka w pythonie która służy do robienia czegoś podobnego do tqdm ale owiele łatwiej.
Home-page: https://github.com/superbest14/terminal-pro-bar
Author: Alexander
Author-email: alesiosawicki@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

Example code:

    from terminalbars import *

    ultrapropasek(steps=100, duration=5, action="nothing...")


    My library is designed to make progress bars in Python easy and flexible. Whether you need a simple or more advanced bar, this library is ideal.

PyPI link: https://pypi.org/project/terminalbars/

Installation:

    pip install terminalbars


or, to upgrade:

    pip install --upgrade terminalbars


The library helps you create progress bars such as pasek, superpasek, propasek, ultrapasek, and ultrapropasek. All functions work the same way – only the starting point (name) differs.
