Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 676 Bytes

KoikatuSaveDataEdit

GUI for editing koikatu save file

usage

Run gui.py (or gui.exe) with save file. Python 3.6 required.

> python gui.py file01.dat

install (for execute gui.py)

Copy *.py and resource_ja.json. And you have to install dependency packages.

$ pip3 install pillow
$ pip3 install msgpack

build

This project is built with PyInstaller on Winodws. You have to install dependency packages(See requirements.txt) before build.

thanks

This program uses some codes from following repositories.