Metadata-Version: 2.1
Name: clearing
Version: 0.0.1
Summary: Testing installation of Package
Home-page: https://github.com/c00lhawk607/Clearing
Author: Jordan Dixon
Author-email: jordandixon2004@outlook.com
License: GPL v3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Clear Module
## Made and Updated by: Jordan Dixon

Find me on [repl.it](https://repl.it/@JordanDixon1)

This module clears the terminal for any os. This module can be very helpful when making text-based games, console commands, etc. The syntax is as follows:
```python3
import clearing
clearing.clear()
```

