Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-commander

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-commander

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!

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
1

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.

Very good packge! You can actually get the output of commands, assign command output to variables, print command output, and more!

Pip installation:

Run this in your command prompt/shell:

pip install cli_commander

Importing cli-commander

How to import cli-commander with no issues:

import cli_commander.commands

cli-commander venv

Create a new virtual environment like this:

import cli_commander.commands as cli

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

Get into an existing virtual environment like this:

import cli_commander.commands as cli

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

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

import cli_commander.commands as cli

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

Need help with the 117 more functions?

Run this:

import cli_commander.commands as cli
help(cli)

Thank you

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc