simpletextprogressbar

A simple progress bar for simple projects


Keywords
progress, bar, command, line, console, text, window, simple, lightweight
License
GPL-3.0
Install
pip install simpletextprogressbar==1.1.2

Documentation

SimpleTextProgressBar - A simple progress bar for simple projects

This Text Progress Bar is made for projects that don't need great, big, confusing, etc. progress bars. It's code is only 3 KB, and It provides any progress bar relative size, with any relative value, with any prefix before the Progress Bar.

How to use?

Just

simpletextprogressbar.set_progress_bar()

This function sends a unfinished line to the console.

simpletextprogressbar.change_position(position, size, optional_prefix)

This function sets a new progress bar in the relative position from the relative size, and also prints a text before the progress bar, If specified.

Enjoy!