https://github.com/mos9527/sssekai
Project SEKAI Asset Utility / PJSK 资源工具
https://github.com/mos9527/sssekai
sekai unity unitypy
Last synced: about 1 month ago
JSON representation
Project SEKAI Asset Utility / PJSK 资源工具
- Host: GitHub
- URL: https://github.com/mos9527/sssekai
- Owner: mos9527
- License: mit
- Created: 2023-12-31T01:20:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T09:23:04.000Z (8 months ago)
- Last Synced: 2024-10-10T10:43:15.997Z (8 months ago)
- Topics: sekai, unity, unitypy
- Language: Python
- Homepage: https://mos9527.github.io/tags/project-sekai/
- Size: 2.61 MB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sssekai
[](https://github.com/mos9527/sssekai/blob/main/.github/workflows/python-publish.yml) [](https://GitHub.com/mos9527/sssekai/releases/) [](https://github.com/psf/black)Command-line tool (w/Python API support) for Project SEKAI (JP: プロジェクトセカイ カラフルステージ! feat.初音ミク) game assets.
# Installing & Updating
**For Windows Users** : Builds are available [here](https://github.com/mos9527/sssekai/releases)Python >=3.10 is required to run this tool.
You can install the latest version of `sssekai` from PyPI using pip:
```bash
pip install -U sssekai
```
To use the latest development version, you can install directly from GitHub:
```bash
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 [GooeyEx](https://github.com/mos9527/GooeyEx/).```bash
pip install -U sssekai[gui]
```
Then you can run the GUI version by:
```bash
sssekai-gui
```
# Documentation
See the [wiki page!](https://github.com/mos9527/sssekai/wiki)# See Also
https://github.com/mos9527/sssekai_blender_io# License
MIT# References
- https://github.com/K0lb3/UnityPy
- https://mos9527.github.io/tags/project-sekai/