GlitchPrompts


NameGlitchPrompts JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryUsed as a quick way to add color and prompts to automation.
upload_time2023-11-05 01:54:23
maintainer
docs_urlNone
authorClutch_Reboot
requires_python>=3.10
licenseGNU General Public License v3.0
keywords glitchprompts prompts color text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GlitchPrompts
Used as a quick way to add color and prompts to automation.

# Usage
```python
from GlitchPrompts import glitch_print

glitch_print("Success!", prompt='success')
```



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "GlitchPrompts",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "GlitchPrompts prompts color text",
    "author": "Clutch_Reboot",
    "author_email": "clutchshadow26@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/4d/488b1f256f3acecdc426f2a2af59a59a127f6291a7c1350721badd0bb17d/GlitchPrompts-0.0.2.tar.gz",
    "platform": null,
    "description": "# GlitchPrompts\r\nUsed as a quick way to add color and prompts to automation.\r\n\r\n# Usage\r\n```python\r\nfrom GlitchPrompts import glitch_print\r\n\r\nglitch_print(\"Success!\", prompt='success')\r\n```\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "Used as a quick way to add color and prompts to automation.",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://clutchreboot.github.io/GlitchPrompts/",
        "Source": "https://github.com/ClutchReboot/GlitchPrompts"
    },
    "split_keywords": [
        "glitchprompts",
        "prompts",
        "color",
        "text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d4d488b1f256f3acecdc426f2a2af59a59a127f6291a7c1350721badd0bb17d",
                "md5": "e436af78f954f240aca762f6b384b71d",
                "sha256": "3148d568a754c1d23bfc508ee46556ac1f03fda077c3d39e4dbda1ea5282dbaa"
            },
            "downloads": -1,
            "filename": "GlitchPrompts-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e436af78f954f240aca762f6b384b71d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15112,
            "upload_time": "2023-11-05T01:54:23",
            "upload_time_iso_8601": "2023-11-05T01:54:23.120883Z",
            "url": "https://files.pythonhosted.org/packages/5d/4d/488b1f256f3acecdc426f2a2af59a59a127f6291a7c1350721badd0bb17d/GlitchPrompts-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 01:54:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ClutchReboot",
    "github_project": "GlitchPrompts",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "glitchprompts"
}
        
Elapsed time: 0.17166s