Metadata-Version: 1.1
Name: progressbar_easy
Version: 1.0.3.3
Summary: A simple progressbar to track progress with built in timer
Home-page: UNKNOWN
Author: Braxton Brown
Author-email: braxton.brown@outlook.com
License: MIT
Description: # Progress Bar
        
        This is a simple progress bar that allows for easy use to display progress.
        
        # FEATURES
        - Timer to estimate time remaining
        - Timer adjusts to rates
        - Choice of length of bar
        - Choice of character bar is made of
        - Option for item count or percentage completed (or both)
        
        # Change Log
        
        ## 1.0.3.3 (6/4/2021)
        - Bug Fixes
        
        ## 1.0.3 (6/2/2021)
        - Added ability to adjust "learning rate" for the rate of items
        - Made "completed" arguement for "update" method default to None, which just means increment by one
        
        ## 1.0.2.2 (5/7/2021)
        - Bug Fixes
        
        ## 1.0.2 (5/6/2021)
        - Added support for updating multiple items (timer would update as one item)
        - Added ability to adjust the starting rate of items for the timer
        - Fixed bugs using "+=" (__iadd__) (caused timer to not work)
        
        ## 1.0.1.2 (5/6/2021)
        - Bug Fixes
        
        ## 1.0.0 (5/6/2021)
        - First Release
Keywords: progressbar,progress bar,progressbar_easy,easy progressbar,easy progress bar
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
