{"library":"maseya-z3pr","title":"maseya-z3pr","description":"Python library for randomizing palette data in The Legend of Zelda: A Link to the Past. Currently at version 1.0.0rc1 (release candidate). Licensed under MIT, supports Python >=3.4.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install maseya-z3pr==1.0.0rc1"],"cli":null},"imports":["from z3pr import Z3Randomizer","from z3pr import PaletteMode"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from z3pr import Z3Randomizer, PaletteMode\n\n# Create randomizer instance\nrandomizer = Z3Randomizer()\n\n# Generate a randomized palette (e.g., inverted mode)\nresult = randomizer.randomize(PaletteMode.INVERTED)\n\nprint(result)  # Output: randomized palette data","lang":"python","description":"Basic usage of the library to randomize a palette.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}