Skip to content

mos9527/sssekai

Repository files navigation

sssekai

Windows Build Releases Code style: black

Command-line tool (w/Python API support) for Project SEKAI (JP: プロジェクトセカイ カラフルステージ! feat.初音ミク) game assets.

Installing & Updating

For Windows Users : Builds are available here

Python >=3.10 is required to run this tool.

You can install the latest version of sssekai from PyPI using pip:

pip install -U sssekai

To use the latest development version, you can install directly from GitHub:

pip install -U  git+https://github.com/mos9527/sssekai

Using the GUI version

Additionally, you can use the GUI version of sssekai by installing the [gui] extra, which in turn installs nicolasbraun's Gooey fork

pip install -U sssekai[gui]

Then you can run the GUI version by:

sssekai-gui

Documentation

See the wiki page!

See Also

https://github.com/mos9527/sssekai_blender_io

License

MIT

References