Metadata-Version: 2.4
Name: ezclear
Version: 0.3
Summary: Cross-platform terminal clearing library
Author: Unidex101
License-Expression: CC0-1.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# EZCLEAR

Simple cross-platform terminal clearing library.

## Installation

```bash
pip install ezclear
```

## Usage

```
from ezclear import clear

# Your code

clear()
```
