To get started, you'll need the latest version of Python and some libraries which can be installed using the following command:
pip install -r requirements.txtTo compile the project into a standalone executable, you have two options:
-
Run
compile.bat: This batch file will handle the compilation for you. -
Manual Compilation: You can also run the following command in your terminal (where
main.pyis located). The--iconparameter is optional:pyinstaller --onefile main.py --icon=rw.ico --name Runewaker
After compilation, you will find the executable in the dist folder. You can run it directly from there.
Feel free to contribute to this project by submitting issues or pull requests. Your feedback is always welcome!
This project is licensed under the MIT License. See the LICENSE file for details.