Generate settings for AnimationCutter
If you are using other OS than Windows you can run or build this application by yourself
You will need Python to run this application. On different OS python command may look different(python, python3)
- Create directory
- Open command line in this directory and execute following command:
git clone https://github.com/Mebebonk/AnimationCutterSettingsGenerator.git .
- After downloading project execute next command:
python -m venv venv
- Next command would be:
cd venv/Scripts
- Then enter this:
activate
- Now you need to return to top level by following command:
cd ../..
- Then you need to install all requirements:
pip install -r requirements.txt
- Now you can run by typing:
python src/main.py
- Open command line in directory with AniamtionCutter Settings Generator and execute following commands:
cd venv/Scripts
activate
cd ../..
python src/main.py
Application already using PyInstaller if you want executable file you can build it.