Terminal Emulator

Piergiorgio Sartor piergiorgio.sartor.this.should.not.be.used at nexgo.REMOVETHIS.de
Sat May 18 11:31:02 EDT 2024


On 14/05/2024 19.44, Gordinator 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.
> 
> If you have any advice, please do let me know!

I would start writing down what this
"terminal emulator" should do.

Then, collect information about what
module / library can support the features.

bye,

-- 

piergiorgio



More information about the Python-list mailing list