Skip to content

Littleor/ebsynth-auto-runer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EbSynth Auto Runer

github-profile-readme-generator license github-profile-readme-generator forks github-profile-readme-generator stars github-profile-readme-generator issues github-profile-readme-generator pull-requests


This is a tool that can help you automate running EbSynth on your Mac to process the .ebs files generated in the ebsynth_utility extension.

example

🛠️ Installation

First, you need to install EbSynth on your Mac, and move the EbSynth.app to the /Applications folder.

Then, all you need is Python 3.6+ and pip, and just run the following commands in you Terminal:

pip install ebsynth-auto-runer

🚀 Usage

Fist, you should give the Screen Recording and Accessibility permission to the Terminal app to control your Mac, and you can do this in the System Preferences -> Security & Privacy -> Privacy -> Screen Recording and Accessibility.

Then, you should generate the keyframes and .ebs files with the ebsynth_utility extension.

Finally, you should open the Terminal app, and run the following command in your Terminal to start the automation:

# You should replace the /path/to/your/project with your own path which is also the `ebsynth_utility` project path
ebsynth-run /path/to/your/project

If you forget to give the permission to the Terminal app, the macOS will ask you to grant the Screen Recording and Accessibility permission to the Terminal app, and you should retry after you grant the permission.

If you want to know more about the arguments, just run the following command in your Terminal:

ebsynth-run --help

⚠️ NOTE

  • Please check the permission of the Terminal app before you run the EbSynth automation, and you should give the Screen Recording and Accessibility permission to the Terminal app.
  • You can freely to use your Mac while the EbSynth is running, but you should make the EbSynth window show at the top of the screen when the EbSynth ends the current .ebs file processing.

📖 Manual Installation & Usage

Clone the project and install the requirements:

# Clone and cd
git clone https://github.com/Littleor/ebsynth-auto-runer.git
cd ebsynth-auto-runer

# If you want to use venv
python3 -m venv venv
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

Run the following command to start the automation:

# You should replace the /path/to/your/project with your own path which is also the `ebsynth_utility` project path
python main.py /path/to/your/project

📝 TODO

  • Add a GUI
  • Support Windows
  • Support Linux? (If the EbSynth supports Linux)

🤝 Contributing

Contributions, issues and feature requests are welcome!

📚 License

This project is Apache-2.0 licensed.

About

Support Mac for fully automated running of EbSynth(.ebs).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages