Metadata-Version: 2.1
Name: IProgress-DarkSourceOfCode
Version: 0.0.1
Summary: Iprogress is an IPython shell progress checker
Home-page: https://github.com/jayanta-banik/IProgress
Author: Jayanta Banik
Author-email: sciencenerd1609@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# IProgress
IProgress is a library made to be simple yet more flexible on IPython shell.
Use it to reduce your anxiety.

Progress bar for IPython display
innitialize an instance of class Progress to use this class

> progress = Progress(total_iter=20, start_pos=0, '%', "^", notify_completion=True)
> print(progress)

## functions

> update_progress(show_prog = True, incrmt = 1):


