Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.18 KB

README.md

File metadata and controls

45 lines (26 loc) · 2.18 KB

Galaxy Jukebox GUI

Graphical user interface for Galaxy Jukebox, which is a schematic exporter for Minecraft Note Block Studio.

The actual conversion happens by Galaxy Jukebox.

Installation

The project is available on PyPI, so you can install it via pip, if you have Python3 installed:

pip3 install galaxy-jukebox-gui

Alternatively, you can download a single executable from GitHub Releases, if you don't have Python.

Usage

If you downloaded the pip version, you can launch it by entering the command python3 -m galaxy_jukebox_gui or galaxy-jukebox-gui. If you downloaded the executable, then e.g. double click the executable to execute it (you may need to give it permission).

You should see something similar to this (theming may be different):

See the PyPI page for the screenshot!

(It's qt, isn't it :D?)

You can choose a single, or multiple input files, and an output file (if you chose a single input file) or an output path (if you chose multiple input files). The output file may have the .nbs extension, you can safely ignore/delete that, the correct extension (.schem) will be added. The chosen files/path will be printed on the right. The 2 options available are the same as for the command line program (and choosing different options should change the image):

Use redstone lamp: whether or not to place redstone lamp next to the note block (it looks cooler with lamp, but playback performance may be compromised).

Sides mode is how many sides the noteblocks should have (-1, or between 1 and 3):

  • -1 (automatic): using one of the following 3 based on noteblock count
  • 1: 2n wide, n high rectangle in front
  • 2: 2n×n rectangle to the right, and another in front
  • 3: 2n×n rectangles on all 3 sides

Feedback

Be sure to tell me if something ain't right, e.g. by opening an issue!

Used libraries

The project uses PyQt5 for the GUI.