/supercls

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.

Primary LanguagePythonMIT LicenseMIT

supercls 0.1.

description.

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.

New things added.

  1. Linux, MacOS and Windows compatibility.

Example

from supercls import cls
print("hello")
cls()
print("terminal clear")