Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky
Project description
SkyTemple Randomizer
Randomizer for Pokémon Mystery Dungeon Explorers of Sky.
It is available for Linux, macOS and Windows.
Downloads
Frontends
GTK frontend
When installing from source, you probably want to install the “gtk” extra (pip install -e '.[gtk]'), in order to have the actual GUI functional.
The GTK frontend requires GTK 4.14+, all related libraries and libadwaita 1.5+ to be installed.
When installing this way, the GUI can be started with skytemple_randomizer gui or python -m skytemple.randomizer.main gui. The command takes an optional argument, the path to a ROM to open.
Build
Install the required GTK and Adwaita versions. Under Windows, use gvsbuild in at least version 2024.4.0.
In addition to normally installing the Python package in dev mode, you also need to make sure you have all submodules checked out. After this you need to compile all MO files (localizations) and Blueprint Files to XML UI files. To do that:
Linux, possibly MacOS: make
Linux/MacOS without make: ./build-blp-to-ui.sh && installer/generate-mo.sh
Windows: .\build-blp-to-ui.ps1 with PowerShell and installer\generate-mo.sh with an MSys2 environment bash shell. Gettext must be available.
If you are working with the UI files you may want to use the Blueprint Compiler Language Server or setup file watchers to compile BLP files to UI files. More info about Blueprint Compiler can be found on its website: https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/
CLI
SkyTemple Randomizer can be used via CLI. It’s available via skytemple_randomizer cli or python -m skytemple.randomizer.main cli.
Its documentation can be found in CLI_API.md.
API
You can also use SkyTemple Randomizer as a Python API. See the skytemple_randomizer.randomizer_thread for the entrypoint (specifically the class RandomizerThread). You will need to implement your own AbstractFrontend. The passed in Status object can be used to monitor the status of the randomization for progress display. See the GTK implementation for reference on how to use all of this.
See also
Source repository for the Flatpak: https://github.com/flathub/org.skytemple.Randomizer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file skytemple_randomizer-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: skytemple_randomizer-2.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48256e4ea62af56e9c805a2d1c7be0fe2c7f30fb267adaec9b5c9240bda6d58a |
|
MD5 | cee39b77c2e082e2709f2e74c11d149c |
|
BLAKE2b-256 | 9c3b75de5ba4799703521a91ebaa94b383b40c6646d570960c04cb6073add55d |