Metadata-Version: 2.4
Name: wlmclear
Version: 1.0.0
Summary: WindowsMacLiux Clear, clears the console in all 3 major operating systems with just the simple command: clean
Author: RottenZorro
Author-email: dischak.kh@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# WindowsLinuxMac Clear
A simple solution, to clear the screen in all 3 major operating systems, with a simple command:

```
# Import
from wlmclear import clear
# Use it
clear()
