AuraAlerts


NameAuraAlerts JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/abdrzakk/AuraAlerts/
SummaryBeautiful Alerts For Desktop App Developers!!
upload_time2024-06-04 22:21:37
maintainerNone
docs_urlNone
authorabdrzakk
requires_pythonNone
licenseNone
keywords auraalerts alerts messagebox alerts aura
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Aura Alerts is a library that allows its users to deal with operating system dialog boxes and replace them with more beautiful and elegant dialog boxes.
You can visit the repressed page on github for more details on:https://github.com/abdrzakk/AuraAlerts/
 Simple Usage Code:
from AuraAlerts import Aa

# Error Alert
Aa().error(title='Title', content='Content')

# Success Alert
Aa().success(title='Title', content='Content')

# Warn Alert
Aa().warn(title='Title', content='Content')

# Info Alert
Aa().info(title='Title', content='Content')

# Custom Alert [YOU CAN EDIT properties MORE THAN error,warn.. alerts]
Aa().custom(title='Title', content='Content', buttonText='Button Text', buttonColor='#e08aff', buttonHoverColor='#d561ff', imagePath='default image', imgSize=(33,33), theme='light')

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/abdrzakk/AuraAlerts/",
    "name": "AuraAlerts",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "AuraAlerts, Alerts, messagebox, alerts, aura",
    "author": "abdrzakk",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/a5/0edc93c96098ee621e3de477cdc036a4280bad7cbeebacea9eb37bcc0fa6/AuraAlerts-0.1.win-amd64.zip",
    "platform": null,
    "description": "Aura Alerts is a library that allows its users to deal with operating system dialog boxes and replace them with more beautiful and elegant dialog boxes.\r\nYou can visit the repressed page on github for more details on:https://github.com/abdrzakk/AuraAlerts/\r\n Simple Usage Code:\r\nfrom AuraAlerts import Aa\r\n\r\n# Error Alert\r\nAa().error(title='Title', content='Content')\r\n\r\n# Success Alert\r\nAa().success(title='Title', content='Content')\r\n\r\n# Warn Alert\r\nAa().warn(title='Title', content='Content')\r\n\r\n# Info Alert\r\nAa().info(title='Title', content='Content')\r\n\r\n# Custom Alert [YOU CAN EDIT properties MORE THAN error,warn.. alerts]\r\nAa().custom(title='Title', content='Content', buttonText='Button Text', buttonColor='#e08aff', buttonHoverColor='#d561ff', imagePath='default image', imgSize=(33,33), theme='light')\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Beautiful Alerts For Desktop App Developers!!",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/abdrzakk/AuraAlerts/"
    },
    "split_keywords": [
        "auraalerts",
        " alerts",
        " messagebox",
        " alerts",
        " aura"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91a50edc93c96098ee621e3de477cdc036a4280bad7cbeebacea9eb37bcc0fa6",
                "md5": "399a97b51a09b0da434df146cb741f7b",
                "sha256": "1caa11bd45a75592445cc20ca45fb7d8e8c75790f9c480413dc5816b2c145753"
            },
            "downloads": -1,
            "filename": "AuraAlerts-0.1.win-amd64.zip",
            "has_sig": false,
            "md5_digest": "399a97b51a09b0da434df146cb741f7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 66991,
            "upload_time": "2024-06-04T22:21:37",
            "upload_time_iso_8601": "2024-06-04T22:21:37.360587Z",
            "url": "https://files.pythonhosted.org/packages/91/a5/0edc93c96098ee621e3de477cdc036a4280bad7cbeebacea9eb37bcc0fa6/AuraAlerts-0.1.win-amd64.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-04 22:21:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "abdrzakk",
    "github_project": "AuraAlerts",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "auraalerts"
}
        
Elapsed time: 0.30836s