Support Mac for fully automated running of EbSynth(.ebs).
Project description
EbSynth Auto Runer
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.
🛠️ 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 cd to the ebsynth-auto-runer project folder, 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
Terminalapp, the macOS will ask you to grant theScreen RecordingandAccessibilitypermission to theTerminalapp, 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:
python main.py --help
⚠️ NOTE
- Please check the permission of the
Terminalapp before you run theEbSynthautomation, and you should give theScreen RecordingandAccessibilitypermission to theTerminalapp. - You can freely to use your Mac while the
EbSynthis running, but you should make theEbSynthwindow show at the top of the screen when theEbSynthends the current.ebsfile 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
EbSynthsupports Linux)
🤝 Contributing
Contributions, issues and feature requests are welcome!
📚 License
This project is Apache-2.0 licensed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EbSynth-Auto-Runer-0.0.1.tar.gz.
File metadata
- Download URL: EbSynth-Auto-Runer-0.0.1.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bc6a5f529efba2e6fbb5a90819673c6072632f3bcea9a2d51d73f3d6280010f
|
|
| MD5 |
a741274000169871ac14e89a6ee2e7b2
|
|
| BLAKE2b-256 |
d5b77b99e3e7b00dd51baf640b6b12e794d22a248fde0c59e6cd1aa89021d215
|
File details
Details for the file EbSynth_Auto_Runer-0.0.1-py3-none-any.whl.
File metadata
- Download URL: EbSynth_Auto_Runer-0.0.1-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e96af4e859482538c5c7119cb887ebae8e55e455f4fe2413c7ca9f298fd4194
|
|
| MD5 |
23e7446c25cf7e2d89984334caf39396
|
|
| BLAKE2b-256 |
8825be633f2d3366584f6b7128fd87c5bf4117dee884c363880383cc6c432593
|