Skip to main content

MAL list-to-text processing utility.

Project description

MalCat is a Python utility used as the backend for MalCat, a CSS generator used for styling anime lists on MyAnimeList. It provides a quick and easy way to:

  • fetch the contents of a user’s anime/manga list

  • format the list to a CSS template

  • profit

Installation

$ pip install malcat

Usage

from malcat.generator import MalCat

generator = MalCat()
css = generator.media('Doomcat55', 'anime', '#more$id { background-image: url($series_image); }')
print(css)

Check MalCat’s MAL thread for info on templates and parameters.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MalCat-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

MalCat-0.0.1-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page