Open lngb opened 2 years ago
facing a similar issue, did you ever find a solution?
facing a similar issue, did you ever find a solution?
Hi ! I solved using the Curses library.
https://docs.python.org/3/howto/curses.html
It's customisable solution and highly interactive, on YouTube you can find some useful guide.
Bye !
Hello to everyone, i'm using keyboard package and it's really powerful.. thank you for it.
I'm just facing with a problem with the following code:
Could anyone explain to me, why if I choose to catch the 'enter' key when i call the presentation() function, the first input is auto-completed ?
If I choose another key, the problem isn't available anymore, but i need the 'enter' key for submit the input. Thank you in advance !!!