Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.31 KB

File metadata and controls

48 lines (44 loc) · 1.31 KB

AnimationCutterSettingsGenerator

Generate settings for AnimationCutter

If you are using other OS than Windows you can run or build this application by yourself

First run

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

Repeat run

  • Open command line in directory with AniamtionCutter Settings Generator and execute following commands:
cd venv/Scripts
activate
cd ../..
python src/main.py

Build

Application already using PyInstaller if you want executable file you can build it.