Using getch in PyCharm's Run/Debug console?
I'm attempting to use the getch package to capture keyboard input (without hitting return). This runs fine in a normal terminal, but the getch package does not seem to be able to capture the input inside PyCharm's Run/Debug console. Any way to work around this? Thank you much.
请先登录再写评论。