keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.76k stars 4.59k forks source link

Clear console #889

Closed itzCozi closed 1 year ago

itzCozi commented 1 year ago

Clearing the console is a task everyone has to do at-least once so why not put it here where lots of people will be able to use it.

ericklarac commented 1 year ago

What would be the improvement of this?

itzCozi commented 1 year ago

I found it very helpful when making CLI's as to not overload the user with to much text on one screen instead printing a part of that text say a paragraph then clearing the screen to give users a break.