⭐ A tool that makes it easy to create macros for the genshin impact windsong lyre.
❗This project is still in development so it might have some performance issues.
🧲 The lyre interpreter is under development so I recommend building the macros in .ahk files to obtain better results.
-
✨ Open source and free to use: You can do whatever you want with the code in this project, even improve it or implement it in other projects for free.
-
🍫 Easy to use: Lyre is an easy-to-use tool, plus it has a tutorial and an example for creating songs in the "songs" folder.
-
🍃 Multiple choices: The program provides options to build your macros in .ahk files or run them directly with the Lyre interpreter and possibly have more options in the future.
- Have python installed
- Have autohotkey installed to run .ahk files
- Windows 7 or above
- Configure the "config.ini" file to customize the keys the program will work with and the build settings.
[input]
START_KEY=P #The key that runs the macro
END_KEY=O #The key with which the macro is paused
CLOSE_KEY=F1 #The key with which the macro is closed
[build]
PATH=build/ #The path where the .ahk files will be built (I recommend leaving it like this)
-
Run the file "install.bash".
-
Run the "Main.py" file and select the option of your preference.
- The program will automatically find and list .wsl files in the "songs" path, choose the file you want to run / build.
- With the build option the program will create a macro in the path specified in the "config.ini" file.
- With the option to run with Lyre, the Lyre interpreter will run and execute actions according to your configuration.
-
In case the macro doesn't work, try running as administrator
-
If you want to learn how to create songs with this tool, you can read the tutorial