Hi. I had an intent to use your script on Windows inside a Git-bash session (which is an msys2 bash session under the hood). I changed your script's shebang to point to the official Python for Windows binary, but it turned out there are fcntl and termios dependencies (which are Unix-only). So, I was wondering, is it even feasible to make this script work in the environment I have or the logic it too much Unix-specific?