Skip to main content

Runs CLI (Command-Line Interface) commands. Run BASH commands, Linux commands, and more! All in python. Runs more than 95 commands, each in specific functions!

Project description

cli-commander

CLI commander is an easy-to-use python library for running CLI commands. All commands are supported on Linux Mint 21, and some commands are supported on other systems too.

Pip installation:

Run this in your command prompt/shell:

pip install cli_commander

Importing cli-commander

How to import cli-commander with no issues:

from cli_commander import commands

cli-commander venv

Create a new virtual environment like this:

from cli_commander import commands as cli

cli.venv("MyExampleVenv").new()

Get into an existing virtual environment like this:

from cli_commander import commands as cli

cli.venv("MyExampleVenv").new()

You can leave a virtual environment using the venv.leave() function. Example:

from cli_commander import commands as cli

myVenv = cli.venv("MyExampleVenv").enter()
myVenv.leave()

Need help with the 98 more fuctions?

Run this:

from cli_commander import commands as cli
help(cli)

Thank you

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cli_commander-0.0.4.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

cli_commander-0.0.4-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page