This is a helper for creating a movie of a series of images... Like this!
- You can install this package by:
$ pip install parapara-anime
Xvfb
The packagexvfb
is required to use this tool. So please install it like this.Otherwise, you will see the following error...# Linux $ apt -y install --no-install-recommends xvfb
>>> import parapara Traceback (most recent call last): ... FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb'
- Initialize your development environment by following the instructions.