A simple way to run terminal commands within a Python script.
Project description
# simple_terminal
A simple way to run terminal commands within a Python script.
## Code Example
```python
from simple_terminal import Terminal
terminal = Terminal()
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
A simple way to run terminal commands within a Python script.
## Code Example
```python
from simple_terminal import Terminal
terminal = Terminal()
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