Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 937 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 937 Bytes

Psynergy

GPL-3.0 Logo

Modding tools for Golden Sun and other Camelot games.

Setup

This project is still in development, and so is this process.

  1. Install Python 3.8 or above.
  2. From the project root, create the virtual environment: python3 -m venv .venv
    • Note: On some platforms you might use python instead of python3.
  3. Activate the virtual environment: source .venv/bin/activate
    • No idea what this looks like on Windows, sorry.
  4. Install dependencies: pip install -r requirements.txt

Running

Ensure your virtual environment is active, then run the app with python cli.py

License

Copyright 2023 Mimickal
This code is licensed under the GPL-3.0 license.
Basically, any modifications to this program must be made open source.