https://github.com/demensdeum/cleanterminus
Crossplatform terminal clean command
https://github.com/demensdeum/cleanterminus
clean clear cli cls cmd console konsole pip pip3 python python3 terminal
Last synced: about 2 months ago
JSON representation
Crossplatform terminal clean command
- Host: GitHub
- URL: https://github.com/demensdeum/cleanterminus
- Owner: demensdeum
- License: mit
- Created: 2023-12-27T17:59:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:42:03.000Z (over 1 year ago)
- Last Synced: 2025-02-15T14:50:21.916Z (3 months ago)
- Topics: clean, clear, cli, cls, cmd, console, konsole, pip, pip3, python, python3, terminal
- Language: Python
- Homepage: https://demensdeum.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleanTerminus
Crossplatform terminal clean command for Python# Installation
```
git clone https://github.com/demensdeum/CleanTerminus.git
cd CleanTerminus
pip install . (there is dot at the end)
```# Usage
```
import cleanterminus
cleanterminus.clear()
```