Did anybody work with termios library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Did anybody work with termios library?

How to install it on python 3 on windows 10?

11th Mar 2019, 3:15 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
3 Answers
+ 2
Tibor Santa it is strange then, when tty is installed for Windows, but in tty's source code termios is installed.
11th Mar 2019, 6:45 PM
Seb TheS
Seb TheS - avatar
+ 2
tty does refer to termios, yes. And this is what happens when you try to use it on windows (also on sololearn) https://code.sololearn.com/c5Dto4noahm4/?ref=app
11th Mar 2019, 7:07 PM
Tibor Santa
Tibor Santa - avatar
+ 1
I did some search and it seems termios is only available in linux. However there is a chance that you could use cygwin to make it work under windows. I am not quite sure and I have no experience with it, but could be worth a shot. Otherwise may have to look for other alternatives... https://cygwin.com/index.html
11th Mar 2019, 6:44 PM
Tibor Santa
Tibor Santa - avatar