daawoud


Namedaawoud JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryA Colorings and Centering text library made by Ahmed Hamdi
upload_time2024-02-20 19:34:34
maintainer
docs_urlNone
authorAhmed Hamdi
requires_python
license
keywords daawoud-lib library coloring python python colors daawoud-lib ahmed hamdi center text python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            - Developed by Ahmed Hamdi

Example:
- Colors available: RED, GREEN, WHITE, BLACK, BROWN, CYAN, AQUA, YELLOW, BLUE, PINK, PURPLE, ORANGE, DARKRED, DARKGREEN, DARKBLUE, DARKYELLOW

```
import daawoud
from daawoud import Alwan, center_text

print(f'{Alwan.purple()} this is purple color!')

#centering text
print(center_text(f'this is center text'))
```

Colorings Usage:

```
You have to use
Alwan.thecolor()
```

Centering Text:

```
add center_text before the ())
```




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "daawoud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "daawoud-lib library,coloring python,python colors,daawoud-lib,ahmed hamdi,center text python",
    "author": "Ahmed Hamdi",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/08/72/2a0105096a8d3b6541045cf3a6a7852e1d79619c9f71002d4c5c9e4efa28/daawoud-1.0.tar.gz",
    "platform": null,
    "description": "- Developed by Ahmed Hamdi\r\n\r\nExample:\r\n- Colors available: RED, GREEN, WHITE, BLACK, BROWN, CYAN, AQUA, YELLOW, BLUE, PINK, PURPLE, ORANGE, DARKRED, DARKGREEN, DARKBLUE, DARKYELLOW\r\n\r\n```\r\nimport daawoud\r\nfrom daawoud import Alwan, center_text\r\n\r\nprint(f'{Alwan.purple()} this is purple color!')\r\n\r\n#centering text\r\nprint(center_text(f'this is center text'))\r\n```\r\n\r\nColorings Usage:\r\n\r\n```\r\nYou have to use\r\nAlwan.thecolor()\r\n```\r\n\r\nCentering Text:\r\n\r\n```\r\nadd center_text before the ())\r\n```\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Colorings and Centering text library made by Ahmed Hamdi",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "daawoud-lib library",
        "coloring python",
        "python colors",
        "daawoud-lib",
        "ahmed hamdi",
        "center text python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08722a0105096a8d3b6541045cf3a6a7852e1d79619c9f71002d4c5c9e4efa28",
                "md5": "4a03b5cac124d640d6c8a369c1b258be",
                "sha256": "d4d364a0a7e44722e51fb8dd361a995631366d44f4015e219eb08b49003bbe0c"
            },
            "downloads": -1,
            "filename": "daawoud-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4a03b5cac124d640d6c8a369c1b258be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1743,
            "upload_time": "2024-02-20T19:34:34",
            "upload_time_iso_8601": "2024-02-20T19:34:34.883205Z",
            "url": "https://files.pythonhosted.org/packages/08/72/2a0105096a8d3b6541045cf3a6a7852e1d79619c9f71002d4c5c9e4efa28/daawoud-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 19:34:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "daawoud"
}
        
Elapsed time: 0.35232s