How To Use The Getch Module?
Hi guys,
The title says it all.
Voters
GABELACANLALE
x=getch.getch()
if x=="w"
move_up()
basically a keypress module.
Hi guys,
The title says it all.
x=getch.getch()
if x=="w"
move_up()
basically a keypress module.
is getch python or C?
oh right module that means python
in python,
It's quite a simple module I think, you can treat it like
input()
@Coder100 Thank you, It worked.
np :) @SUHASTADIPARTH1
@Coder100 I was unable to import the module :( i get an import error
@thesneepsnoop Can you show me what your code looks like?