Skip to main content

Popen with process-priority and window-state

Project description

This library supplies a Popen implementation that supports process-priority and window-state properties for Windows. On other operating systems it works like Popen.

Two parameters are added to Popen, show for the window-state, and priority for the process-priority. priority can have any integer value from 0(idle) to 5(realtime), 2 being the default indicating normal priorty. show can either be a value from 0 to 3, or any of the following keywords: hide, hidden, minimize, minimized, normal, maximize, maximized

Any improvements are welcome.

Usage

``` from subprocess_maximize import Popen

Popen(‘notepad.exe’,show=’maximize’, priority=0) ```

Notes: * Currently untested with Python 2.x

Install

conda install subprocess_maximize

or

pip install subprocess_maximize

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

subprocess_maximize-0.9.3-py2.py3-none-any.whl (4.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file subprocess_maximize-0.9.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for subprocess_maximize-0.9.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 916206c221d1eccdac870f1ed0f6acfbf0fb837c7e209f032ec94c5d26986d7c
MD5 73dccc4be383f44ecb4afc62a21b07c0
BLAKE2b-256 7911194d7a1e8882123f1de92c611c92eccf5ffddc809d33663bd3238df602d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page