memeplotlib =========== **Memes with Python's matplotlib.** Create image macro memes using matplotlib for rendering and the `memegen `_ API for template discovery. .. code-block:: python import memeplotlib as memes memes.meme("buzz", "memes", "memes everywhere") .. image:: _static/examples/tutorial_first_meme.png :alt: Buzz Lightyear "memes / memes everywhere" :width: 400px Getting Started --------------- Install from PyPI: .. code-block:: bash pip install memeplotlib Then head to the :doc:`tutorial` for a hands-on introduction. Contents -------- .. toctree:: :maxdepth: 2 :caption: Contents tutorial user_guide api auto_examples/index Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`