Skip to content

FourcadeL/xkcdAnimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

xkcdAnimator

A small python module for generation of animated XKCD plots with matplotlib.

Dependencies

  • matplotlib
  • PIL
  • imageio

You might have to install fonts xkcd, xkcd Script, Comic Neue and Comic Sans MS for full styling but it will still work without them). You can find the xkcd fonts here.

Usage

Use it as a stand alone module.

import xkcdanimator

def drawFunction(p):
    ...

xkcdanimator.animate(drawFunction, [p])

Execute xkcdanimator as main for an example

About

A small python module for generation of animated XKCD plots with matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages