You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir:
If I want to read in a song
basically a string like "Mi Mi Fa So So Fa Mi Re Do Do Re Mi Mi Re Re"
or ";;'nn';khhk;;kk" in PyPiano
how can I do this? Thanks for your help.
PS: I've tried: but generate basically noise
from pymouse import PyMouse
from pykeyboard import PyKeyboard
m = PyMouse()
k = PyKeyboard()
x_dim, y_dim = m.screen_size()
m.click(x_dim/2, y_dim/2, 1)
k.type_string(";;'nn';khhk;;kk")
The text was updated successfully, but these errors were encountered:
Dear Sir:
If I want to read in a song
basically a string like "Mi Mi Fa So So Fa Mi Re Do Do Re Mi Mi Re Re"
or ";;'nn';khhk;;kk" in PyPiano
how can I do this? Thanks for your help.
PS: I've tried: but generate basically noise
from pymouse import PyMouse
from pykeyboard import PyKeyboard
m = PyMouse()
k = PyKeyboard()
x_dim, y_dim = m.screen_size()
m.click(x_dim/2, y_dim/2, 1)
k.type_string(";;'nn';khhk;;kk")
The text was updated successfully, but these errors were encountered: