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()
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
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.4.tar.gz
(2.9 kB
view details)
File details
Details for the file simple_terminal-0.4.tar.gz.
File metadata
- Download URL: simple_terminal-0.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fd22008409b39ffd1c8294b07c147eb8dc3e2986c0a4a7ea8120a2ab8eb993
|
|
| MD5 |
891be9b98b40915572e38b7973efcdc7
|
|
| BLAKE2b-256 |
83bb9a4f191d3e54617e722648c766ab1e643b913a051ecafe30ae9927b1eff0
|