Python bot that lets you select a song to play in Genshin Impact's lyre gadget.
It works by simulating a player's keyboard, without modifying the game files, so you won't get banned for using it, but it is against Genshin's ToS, so use it at your own risk!
Only works in Windows!
- Download "Application.zip" from the release
- Extract the downloaded .zip file
- Open the extracted folder, after that open the "code" folder and run "main.exe" as admin
Optional: you can right-click the "main.exe" file and click "Create a shortcut" to create a shortcut and move it to your Desktop or wherever you want to run the application easier.
Press any song you want from the songs listed in the app, after that Alt+TAB to Genshin and the song will be played in 2 seconds (you can change the amount of time needed in the "info.txt" file)
To stop the song from playing, hold "R" on your keyboard (this keybind can also be modified from the "info.txt" file).
You can also change the background's color in "info.txt"!
1. Download Python
- Download the setup
- Run the setup and select Customize installation
- Make sure you have these optional features enabled and press next
- Make you have these advanced options enabled and press install
- Open cmd, type pip install keyboard and press enter
- Download the souce code and extact it, open the "code" folder and copy it's path
- Open cmd as administrator, type cd followed by the path you just copied and press enter
- Now type python "main.py" and press enter