Skip to content
Karol Chanaj edited this page Nov 4, 2021 · 4 revisions

How to launch

Just download the latest release. It may occur that the executable will be out of date. In that case the file can be recreated.

How to create executable

pyinstaller is required (pip install pyinstaller)

pyinstaller -F main.py

How to compile from console

May require to install jsonpickle (pip install jsonpickle)

py main.py
Clone this wiki locally