Stereo101 / python-MidiToVirtualPianoMacro

Takes a midi file and converts it into a macro which will play the midi using virtualpiano.net. Uses pyHook and ctypes for macro execution.
96 stars 82 forks source link

playSong executable problem #51

Closed Studio404NotFound closed 7 months ago

Studio404NotFound commented 8 months ago

when I execute playsong for some reason it closes immediately after opening it.

davidpho90 commented 8 months ago

yeah i have this problem on Win 11

Raven13111 commented 7 months ago

If you are still having that problem, go to the folder and click the path then type "cmd" and "py playSong.py" then put the error here I'll try to fix it

ZephyrWeiss commented 7 months ago

yeah i have this problem on Win 11

Oh I thought it was because I used Win 7 with Python 3.8 64

Studio404NotFound commented 7 months ago

image_2023-11-25_204432314

Raven13111 commented 7 months ago

Type pip install keyboard

ZephyrWeiss commented 7 months ago

image_2023-11-25_204432314

Or install this in the folder (it worked for me): https://pypi.org/project/keyboard/

Studio404NotFound commented 7 months ago

Thanks

Under031 commented 6 months ago

same error but "pip install keyboard" isn't working. any help?