https://github.com/quintenroets/cli
High-level CLI
https://github.com/quintenroets/cli
cli command-line command-line-tool
Last synced: about 2 months ago
JSON representation
High-level CLI
- Host: GitHub
- URL: https://github.com/quintenroets/cli
- Owner: quintenroets
- License: mit
- Created: 2022-01-12T02:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-20T05:48:16.000Z (3 months ago)
- Last Synced: 2026-04-20T07:33:39.991Z (3 months ago)
- Topics: cli, command-line, command-line-tool
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerCLI
[](https://badge.fury.io/py/powercli)




High-level CLI:
* Run commands
* Capture outputs
* Ask user input
* Show progress
## Usage
Run
```python
import cli
cli.run("ls", "-l")
```
## Installation
```shell
pip install powercli
```