Skip to content

GoldenSunHacking/Psynergy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages