Metadata-Version: 2.1
Name: clear-screen
Version: 0.1.14
Summary: A simple function for clearing a Python Interpreter/Shell
Home-page: UNKNOWN
License: UNKNOWN
Description: #### Clear a Python Shell
        ##### a simple function for clearing your interactive Python Interpreter Shell
        <br><br>
        <strong>USAGE:</strong>
        <br>
        <code>from clear_screen import clear</code><br>
        <code>clear()</code><br>
        <br>
        Works on Linux, Windows, Mac terminal/shell
        <br>
        Compatible with Python 2 and Python 3
        <br><br>
        <b>DOES NOT WORK WITH THE IDLE INTERPRETER</b>
        <br>
        <hr>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
