Skip to main content

Can be used to clear the screen.

Project description

Clear can be used to clear the screen in the python console. To use: First:

pip install clearconsole

Next:

from clearconsole import clear
import time
print('Example')
time.sleep(2)
clear()

or:

from clearconsole import cls
import time
print('Example')
time.sleep(2)
cls()

It does not matter what system you're on.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clearconsole-0.0.5.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

clearconsole-0.0.5-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page