Posts by Luiz Antonio Negrinho • 24 points
2 posts
-
-1
votes0
answers57
viewsQ: What is the shortcut to the "C" key in Pygame?
You can use this key with the Event.key method? What is the key call? I am developing a simple and accurate Synth of sounds of as many input keys as possible. import pygame if event.key == K_v:…
-
1
votes3
answers1939
viewsA: I created an executable with pyinstaller and it does not run
I don’t know how to answer pyinstaller but you can try to use cx_Freeze. Following these steps: (Python 3.6) 1 - Installing cx_Freeze, (open the command prompt and type: Pip install cx_Freeze). 2 -…
pyinstalleranswered Luiz Antonio Negrinho 24