Runs a process using subprocess without console output
Project description
Runs a process using subprocess without console output
pip install subprocessnoconsole
from subprocessnoconsole import popen_start,popen_start_devnull,popen_start_stdout_read
popen_start(['cmd.exe'])
Out[3]: <Popen: returncode: None args: ['cmd.exe']>
popen_start_devnull(['cmd.exe'])
Out[4]: <Popen: returncode: None args: ['cmd.exe']>
popen_start_stdout_read(['cmd.exe'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file subprocessnoconsole-0.10.tar.gz
.
File metadata
- Download URL: subprocessnoconsole-0.10.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3594a6a11c578e4988ee926cb91fe7c04fc6246fb5a1ecac2c2ab0cb2e4bdef |
|
MD5 | 8a82524f70401b3b2df08a368ed2b863 |
|
BLAKE2b-256 | 9ce7588e307ef8b3fe7e3f4bebec6cde637643b560987ab830c9ff401cef5bb1 |
File details
Details for the file subprocessnoconsole-0.10-py3-none-any.whl
.
File metadata
- Download URL: subprocessnoconsole-0.10-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96142244ff06a22c170e09181e3c1c0d32c37881f78d32b874515704dd3cae8 |
|
MD5 | 9503486124a394e3776d4cf85dc46e2b |
|
BLAKE2b-256 | 7ce008f18cba8ef9091d0c76dbffd75523288029c1f9f56c2ac9f4c43de21c03 |