Skip to content

siruku6/parapara-anime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parapara-anime

Lint and Pytest

This is a helper for creating a movie of a series of images... Like this!

This image show how this tool works!

Install

  • You can install this package by:
    $ pip install parapara-anime

Dependency

  • Xvfb
    The package xvfb is required to use this tool. So please install it like this.
    # Linux
    $ apt -y install --no-install-recommends xvfb
    Otherwise, you will see the following error...
    >>> import parapara
    Traceback (most recent call last):
    
    ...
    
    FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb'

Contributing

How to contribute

  1. Initialize your development environment by following the instructions.