A simple way to run terminal commands within a Python script.
Project description
![alt tag](https://travis-ci.org/seanchon/simple_terminal.svg?branch=master)
# simple_terminal
A simple way to run terminal commands within a Python script.
## Code Example
```python
from simple_terminal import Terminal
terminal = Terminal()
results = terminal.command('ls')
```
## Motivation
This library exists to run terminal commands from within a script to create easier automation of commonly performed tasks.
## Installation
pip install simple_terminal
## License
MIT
# simple_terminal
A simple way to run terminal commands within a Python script.
## Code Example
```python
from simple_terminal import Terminal
terminal = Terminal()
results = terminal.command('ls')
```
## Motivation
This library exists to run terminal commands from within a script to create easier automation of commonly performed tasks.
## Installation
pip install simple_terminal
## License
MIT
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
simple_terminal-0.6.tar.gz
(3.1 kB
view details)
File details
Details for the file simple_terminal-0.6.tar.gz
.
File metadata
- Download URL: simple_terminal-0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ab9cc560e1d7b84998ea5742e44ee32e13ef938984201874840c9e7ab7c4db3 |
|
MD5 | 095ae65c681fd61088ef873495cab4da |
|
BLAKE2b-256 | f51d13bb66eb70efd687a2a0f65689dce2e2c155e41b64139ec0f9b094459b51 |