Skip to content

Mebebonk/AnimationCutterSettingsGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generate settings for AnimationCutter

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages