A friend of mine wrote python code on a Mac, and now I'm trying to get it to work on a windows laptop.
This line in particular is being annoying:
os.system("stty echo")
Anyone know a windows equivalent? I've already replaced tty with msvcrt, but I am completely stuck on this.