sagar
sagar

Reputation: 21

Keystroke detection using Python

How is keystroke detection done using Python?

Upvotes: 2

Views: 12843

Answers (2)

johnsyweb
johnsyweb

Reputation: 141998

It's not clear from your question what problem you are trying to solve. However, there is a Python FAQ (with a stock answer) that should have you on your way: How do I get a single keypress at a time?.

Upvotes: 0

Chathuranga Chandrasekara
Chathuranga Chandrasekara

Reputation: 20956

This old discussion in StackOverflow might helpful.

Upvotes: 2

Related Questions