Posts by Ricardo66 • 11 points
3 posts
-
0
votes1
answer592
viewsQ: Kivy event with keyboard
I’m creating a piano with kivy working all right, but only with the click of the mouse on the Button , I want to know how to type a key the Button run without I have to click with the mouse from…
-
-1
votes2
answers2386
viewsQ: Error installing pyaudio and pocketsphinx
When I type sudo pip install pyaudio this error message appears, I already googled but I can’t find a solution: Command "/usr/bin/python3.6 -u -c "import setuptools,…
-
1
votes1
answer774
viewsQ: How to put an integer number on a label
I’m trying to put a kind of score counter on a Jlabel ex: you hit a question the score goes to 1 , you miss and nothing happens to the score. I tried to do it that way : private void…