Terminal Emulator
Cameron Simpson
cs at cskk.id.au
Tue May 14 18:35:55 EDT 2024
On 14May2024 18:44, Gordinator <gordinator at gordinator.org> wrote:
>I wish to write a terminal emulator in Python. I am a fairly competent
>Python user, and I wish to try a new project idea. What references can
>I use when writing my terminal emulator? I wish for it to be a true
>terminal emulator as well, not just a Tk text widget or something like
>that.
Start with the `pty` module.
More information about the Python-list
mailing list