Skip to content

Kruno313/ConsoleProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ConsoleProgressBar

Console-ProgressBar for .NET

I needed progress bar which allows me to write messages below active progress bar, and was not able to find some.
So I wrote one my self, using ideas of some other similar.
It allows You to change the caret used to show the progress, the color of the bar, the bar-background and the percentage-text, as well as the width of the bar (You can use int.MaxValue to use whole console window width).
Those and other settings are specified in the Options class.
For the example see Program.cs, which was part of my test application.
screenshot screenshot2

About

Console-ProgressBar for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages