This software program was created for the factorio mod at the request of ArsStels.
- In the "Input path" field, write or select the path to the folder with the images.
- In the "Output path" field, write or select the path to the folder where the result will be uploaded.
- Click "Create lua table".
P.s. In the " Advanced" tab there is a parameter for overwriting and a field for setting the name of the lua file.
AGPL-3.0
- Download sources (repository).
- Install virtualenv:
pip install virtualenv - Install a python environment (venv):
python3 -m venv .venv - Activate the python environment (venv): for windows
.venv/scripts/activeor for linuxsource venv/bin/activate - Run package installation:
pip install -r requirements.txt - Run the build:
pyinstaller main.py -n ImageSequencer -i "./resources/icon.ico" --contents-directory "." --noconsole --onefile