Metadata-Version: 2.4
Name: sssekai
Version: 0.7.54
Summary: Project SEKAI Asset Utility / PJSK 资源工具
Home-page: https://github.com/mos9527/sssekai
Author: greats3an
Author-email: greats3an@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgpack
Requires-Dist: pycryptodome
Requires-Dist: unitypy>=1.22.0
Requires-Dist: astc-encoder-py>=0.1.11
Requires-Dist: wannacri
Requires-Dist: python-json-logger
Requires-Dist: tqdm
Requires-Dist: rich
Requires-Dist: coloredlogs
Requires-Dist: requests
Provides-Extra: gui
Requires-Dist: GooeyEx>=0.0.8; extra == "gui"
Provides-Extra: il2cpp
Requires-Dist: lief; extra == "il2cpp"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# sssekai
[![Windows Build](https://github.com/mos9527/sssekai/actions/workflows/python-publish.yml/badge.svg)](https://github.com/mos9527/sssekai/blob/main/.github/workflows/python-publish.yml) [![Releases](https://img.shields.io/github/downloads/mos9527/sssekai/total.svg)](https://GitHub.com/mos9527/sssekai/releases/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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/
