manim-fontawesome


Namemanim-fontawesome JSON
Version 6.5.1 PyPI version JSON
download
home_pagehttps://github.com/naveen521kk/manim-fontawesome
SummaryFont Awesome SVG's for Manim
upload_time2024-01-01 16:55:06
maintainer
docs_urlNone
authorNaveen M K
requires_python>=3.9,<3.13
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # manim-fontawesome

Font Awesome SVG's for Manim.

## How to Use.

You can import this as any python library in your script and then use `brand`, `regular`, `solid` varaibles to get the necessary `SVGMobjects`.

For example,

```py
from manim import *
from manim_fontawesome import *

class AngryEmoji(Scene):
    def construct(self):
        # import https://fontawesome.com/v5.15/icons/angry?style=regular
        self.add(regular.angry)
```

This module defined these variables:
- `regular`: These contains the Regular Style icons.
- `solid`: These contains the Solid style icons.
- `brand`: These contains the Brands.

# License

This module is licensed under BSD-3-Clause.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/naveen521kk/manim-fontawesome",
    "name": "manim-fontawesome",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "",
    "author": "Naveen M K",
    "author_email": "naveen@manim.community",
    "download_url": "https://files.pythonhosted.org/packages/28/2d/3c8746060c5d8785b05fa09827a693bfe862feed9f962a7146354bef9f02/manim_fontawesome-6.5.1.tar.gz",
    "platform": null,
    "description": "# manim-fontawesome\n\nFont Awesome SVG's for Manim.\n\n## How to Use.\n\nYou can import this as any python library in your script and then use `brand`, `regular`, `solid` varaibles to get the necessary `SVGMobjects`.\n\nFor example,\n\n```py\nfrom manim import *\nfrom manim_fontawesome import *\n\nclass AngryEmoji(Scene):\n    def construct(self):\n        # import https://fontawesome.com/v5.15/icons/angry?style=regular\n        self.add(regular.angry)\n```\n\nThis module defined these variables:\n- `regular`: These contains the Regular Style icons.\n- `solid`: These contains the Solid style icons.\n- `brand`: These contains the Brands.\n\n# License\n\nThis module is licensed under BSD-3-Clause.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Font Awesome SVG's for Manim",
    "version": "6.5.1",
    "project_urls": {
        "Homepage": "https://github.com/naveen521kk/manim-fontawesome",
        "Repository": "https://github.com/naveen521kk/manim-fontawesome"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4afaa95f9c134763a060a2ee1bd005697cbf82fa175d3ec43ad63509d62ba112",
                "md5": "77c069510f2887441e39e773798930d3",
                "sha256": "cf541f77b6dd473b63c020c56a0051378e4aac38018d771255c89ef10a947bab"
            },
            "downloads": -1,
            "filename": "manim_fontawesome-6.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77c069510f2887441e39e773798930d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 1549930,
            "upload_time": "2024-01-01T16:55:04",
            "upload_time_iso_8601": "2024-01-01T16:55:04.045259Z",
            "url": "https://files.pythonhosted.org/packages/4a/fa/a95f9c134763a060a2ee1bd005697cbf82fa175d3ec43ad63509d62ba112/manim_fontawesome-6.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "282d3c8746060c5d8785b05fa09827a693bfe862feed9f962a7146354bef9f02",
                "md5": "0ba2438f40e14d206bea6b400b33252c",
                "sha256": "6e9d2b460e7483076b641e239917f272fdee6d10f28cacbc093a8b77535828c7"
            },
            "downloads": -1,
            "filename": "manim_fontawesome-6.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ba2438f40e14d206bea6b400b33252c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 621929,
            "upload_time": "2024-01-01T16:55:06",
            "upload_time_iso_8601": "2024-01-01T16:55:06.298957Z",
            "url": "https://files.pythonhosted.org/packages/28/2d/3c8746060c5d8785b05fa09827a693bfe862feed9f962a7146354bef9f02/manim_fontawesome-6.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-01 16:55:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "naveen521kk",
    "github_project": "manim-fontawesome",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "manim-fontawesome"
}
        
Elapsed time: 0.14760s