https://github.com/skytemple/skytemple-randomizer
Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
https://github.com/skytemple/skytemple-randomizer
hacktoberfest nintendo-ds romhacking
Last synced: 6 months ago
JSON representation
Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
- Host: GitHub
- URL: https://github.com/skytemple/skytemple-randomizer
- Owner: SkyTemple
- License: gpl-3.0
- Created: 2020-07-20T18:41:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:16:06.000Z (9 months ago)
- Last Synced: 2025-04-09T23:50:42.400Z (6 months ago)
- Topics: hacktoberfest, nintendo-ds, romhacking
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 22
- Watchers: 3
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|logo|
SkyTemple Randomizer
====================|build| |crowdin| |pypi-version| |pypi-downloads| |pypi-license| |pypi-pyversions| |discord|
.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple/master/skytemple/data/icons/hicolor/256x256/apps/skytemple.png
.. |crowdin| image:: https://badges.crowdin.net/skytemple/localized.svg
:target: https://crowdin.com/project/skytemple
:alt: Localization Progress.. |build| image:: https://img.shields.io/github/actions/workflow/status/SkyTemple/skytemple-randomizer/build-test-publish.yml
:target: https://pypi.org/project/skytemple-randomizer/
:alt: Build Status.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple-randomizer
:target: https://pypi.org/project/skytemple-randomizer/
:alt: Version.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple-randomizer
:target: https://pypi.org/project/skytemple-randomizer/
:alt: Downloads.. |pypi-license| image:: https://img.shields.io/pypi/l/skytemple-randomizer
:alt: License (GPLv3).. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/skytemple-randomizer
:alt: Supported Python versions.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord
:target: https://discord.gg/skytemple
:alt: Discord.. |kofi| image:: https://www.ko-fi.com/img/githubbutton_sm.svg
:target: https://ko-fi.com/I2I81E5KH
:alt: Ko-FiRandomizer for Pokémon Mystery Dungeon Explorers of Sky.
It is available for Linux, macOS and Windows.
Downloads
---------
- Windows: https://projectpokemon.org/home/files/file/4235-skytemple-randomizer/
- MacOS: https://projectpokemon.org/home/files/file/4235-skytemple-randomizer/
- Linux: https://flathub.org/apps/details/org.skytemple.Randomizer|flathub_badge|
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... _Flathub: https://flathub.org/apps/details/org.skytemple.Randomizer
.. |flathub_badge| image:: https://flathub.org/assets/badges/flathub-badge-en.png
:target: https://flathub.org/apps/details/org.skytemple.Randomizer
:alt: Install on Flathub
:width: 240px.. _SkyTemple: https://github.com/SkyTemple/SkyTemple
.. _gvsbuild: https://github.com/wingtk/gvsbuild
See also
--------Source repository for the Flatpak: https://github.com/flathub/org.skytemple.Randomizer
|kofi|