From e96ba1ab945c640adf27c58100342db3554468c7 Mon Sep 17 00:00:00 2001 From: Keval Bhanderi <62800455+kevalbhanderi@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:09:45 +0530 Subject: [PATCH] Update and rename README.txt to README.md --- README.txt => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.txt => README.md (95%) diff --git a/README.txt b/README.md similarity index 95% rename from README.txt rename to README.md index c7c456e..b952ce6 100644 --- a/README.txt +++ b/README.md @@ -1,4 +1,4 @@ -Text progress bar library for Python. +#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.