</ul><div><h3id="animation">Animation</h3><div><h4id="createsagifofabouncingball">Creates a GIF of a bouncing ball:</h4><pre><codeclass="python language-python hljs"><spanclass="hljs-comment"># $ pip3 install imageio</span>
draw.ellipse((HEIGHT/<spanclass="hljs-number">2</span>-R, y, HEIGHT/<spanclass="hljs-number">2</span>+R, y+<spanclass="hljs-number">2</span>*R), fill=<spanclass="hljs-string">'white'</span>)
draw.ellipse((WIDTH/<spanclass="hljs-number">2</span>-R, y, WIDTH/<spanclass="hljs-number">2</span>+R, y+<spanclass="hljs-number">2</span>*R), fill=<spanclass="hljs-string">'white'</span>)