A simple unlocker for Karafun .kfn files
The original code was made by Josiah Winslow. I just developed a very simple graphical interface to help users that doesn't have knowledge with Python and terminal.
Just download the .exe file here and open it.
If you want to contribute, all this project is managed by Poetry, to install it:
pipx install poetry
The Python version is 3.12.4:
pyenv local 3.12.4
To install all the dependences:
poetry install