App to play funscripts on your tcode serial devices. Supported video players are MPV and Whirligig.
This Project only implements the most basic features for testing purpose and is not indented for productive use. For Windows user i recommend to check out MultiFunPlayer.
We use pyinstaller in miniconda environment to create an Windows executable.
First download and install miniconda (If you have already anaconda installed on your computer you can skip this step). Then run the following commands in the project root directory:
conda env create -f environment_windows.yaml
conda activate tcode-player
build.bat
This create the Windows executable in ./dist.
Finally you can remove the build environment with conda env remove -n tcode-player.