Sujet : Re: Terminal Emulator
De : piergiorgio.sartor.this.should.not.be.used (at) *nospam* nexgo.REMOVETHIS.de (Piergiorgio Sartor)
Groupes : comp.lang.pythonDate : 18. May 2024, 17:31:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <m6umhk-165.ln1@lazy.lzy>
References : 1
User-Agent : Mozilla Thunderbird
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