Metadata-Version: 2.1
Name: clear-screen
Version: 0.1.8
Summary: A simple class for clearing a Python Interpreter Shell
Home-page: https://github.com/rootVIII/clear_screen
Author: James Loye Colley
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>
        Author: James Loye Colley JAN 2019
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
