Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 785 Bytes

genshin-with-midi-input

use your midi keyboard to play genshin windsong lyre!
Demo video
简体中文戳这里

quick start

  • install dependencies
pip install pywin32 pygame
  • connect your midi keyboard and install driver
  • start genshin and active windsong lyre
  • run the script in cmd adminstrator mod:
python main.py

Thanks

inspired by Misaka17032/genshin-lyre-auto-play
And functions like press, unpress, pop_window is borrowed from his/her original job.