Metadata-Version: 2.1
Name: clr-scrn
Version: 0.1.1
Summary: A simple package to clear the terminal screen.
Home-page: https://github.com/SIWNUS/clr-screen
Author: Suswin Palaniswamy
Author-email: psuswin00@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Clear Screen

A simple Python package to clear the terminal screen.

## Usage

```python
from clear_screen import clear

clear()
