https://github.com/cpscript/clear
package
https://github.com/cpscript/clear
Last synced: 3 months ago
JSON representation
package
- Host: GitHub
- URL: https://github.com/cpscript/clear
- Owner: CPScript
- Created: 2024-02-20T17:54:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T18:48:39.000Z (over 1 year ago)
- Last Synced: 2025-01-18T11:29:28.550Z (5 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This script is ment to work on python3, the point of this is to clear your terminal on mostly any OS
[EXAMPLE!](https://github.com/CPScript/Insta-Brute/blob/main/brute.py)

## How to use:
* 1. This is made for python SO USE PYTHON!
* 2. Create a a folder called `script/`
* 3. Create two files in that folder and name them: `script.py` & `__init__.py`> Should look like this:

* 4. Leave the `__init__.py` file empty BUT add [THIS CODE](cpscript.github.io/Kitty-Tools/) to the `script.py` file
* 5. Make a new file out of the `script/` folder and name it what you like!
* 6. Add this code to it:
```python
from script.script import clearclear() #function
```# If you dont know how any of this works use chatgpt <3