Supercls is a Python package that allows you to easily make a clear on the console that works on most Python-compatible platforms by just typing a command.
- Linux, MacOS and Windows compatibility.
from supercls import cls
print("hello")
cls()
print("terminal clear")