clearing

Cross-Platform Terminal Clearing Module.


License
GPL-3.0
Install
pip install clearing==1.0.0

Documentation

Clearing Module

Made and Updated by: Jordan Dixon

Find me on repl.it!

This module clears the terminal for any os. This module can be very helpful when making text-based games, console commands, etc. The syntax is as follows:

import clearing
clearing.clear()

or another valid way is:

from clearing import clear
clear()