{ "info": { "author": "Rahul Arora", "author_email": "coderahul94@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python" ], "description": "Iamgif\n====\n\nA Python library to convert text to a GIF.\n\n\nInstallation\n============\n\n```\npip install iamgif\n```\n\n\nExample\n=======\n\nThings to be taken care of:\n\n1. Text to be converted to GIF\n2. Absolute Path of the detination. Where the file will be created\n3. Use Sudo while running this script, otherwise it won't be able to create the GIF file\n\n\n### Code\n\n```python\n\nfrom iamgif import iamgif\n\niamgif.create(\"Hello World\", '/Users/coderahul/Desktop')\n``` \n \n### Output\n\n```\nCreates a GIF by the name animation.gif in the same directory where the script is executed.\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rahulxxarora/iamgif", "keywords": "GIF PYthon text to image", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "iamgif", "package_url": "https://pypi.org/project/iamgif/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iamgif/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rahulxxarora/iamgif" }, "release_url": "https://pypi.org/project/iamgif/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python library to convert text to GIF", "version": "0.0.1" }, "last_serial": 2590855, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bbfc23444dc06f26fe495e5ed5775a31", "sha256": "2904d4caabf949545572a5a37d1bf3b8f69d5b558c01655ca254257617bbd060" }, "downloads": -1, "filename": "iamgif-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bbfc23444dc06f26fe495e5ed5775a31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2602, "upload_time": "2017-01-22T13:35:34", "url": "https://files.pythonhosted.org/packages/31/8d/03c86fa3f149f300c82adc8b401ad4087420658c5c5142f881d5191f1b4c/iamgif-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbfc23444dc06f26fe495e5ed5775a31", "sha256": "2904d4caabf949545572a5a37d1bf3b8f69d5b558c01655ca254257617bbd060" }, "downloads": -1, "filename": "iamgif-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bbfc23444dc06f26fe495e5ed5775a31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2602, "upload_time": "2017-01-22T13:35:34", "url": "https://files.pythonhosted.org/packages/31/8d/03c86fa3f149f300c82adc8b401ad4087420658c5c5142f881d5191f1b4c/iamgif-0.0.1.tar.gz" } ] }