Popularity
2.9
Stable
Activity
1.5
Stable
216
19
71

Description

Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.

Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer.

Programming language: Python
License: GNU General Public License v3.0 or later

ptyprocess alternatives and similar packages

Based on the "Command-line Tools" category.
Alternatively, view ptyprocess alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ptyprocess or a related project?

Add another 'Command-line Tools' Package