Tag Archives: example

Pseudo Terminals in Python

Summary In this post I’ll show you a Python script which becomes a pseudo terminal so that it can act as a man in the middle between your terminal emulator and a running process.  In my example, the Python script … Continue reading

Posted in long | Tagged , , | 2 Comments