I am trying to run project in python
import termios
ModuleNotFoundError: No module named 'termios'
I tried to install it but could not. I read that termios does not work in windows 10
But I have to run the code in windows 10
Any suggestion