From 76e059fa01a651c7b8f129c1bc5aeaa80bc5e457 Mon Sep 17 00:00:00 2001 From: pythoncatcoder Date: Tue, 10 Dec 2019 00:01:35 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on repl.it --- .replit | 2 ++ README.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..3da508f --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python examples.py" diff --git a/README.txt b/README.txt index c7c456e..eff5c29 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ Text progress bar library for Python. A text progress bar is typically used to display the progress of a long running operation, providing a visual cue that processing is underway. - +[![Run on Repl.it](https://repl.it/badge/github/niltonvolpato/python-progressbar)](https://repl.it/github/niltonvolpato/python-progressbar) The ProgressBar class manages the current progress, and the format of the line is given by a number of widgets. A widget is an object that may display differently depending on the state of the progress bar. There are three types