+ 10
Did anybody work with termios library?
How to install it on python 3 on windows 10?
3 Answers
+ 2
Tibor Santa it is strange then, when tty is installed for Windows, but in tty's source code termios is installed.
+ 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
+ 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