inspiring-quotes


Nameinspiring-quotes JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttps://github.com/cyberdeeb/inspiring-quotes
SummaryA simple Python package for retrieving random inspirational quotes.
upload_time2024-09-12 16:02:13
maintainerNone
docs_urlNone
authorcyberdeeb
requires_python>=3.6
licenseNone
keywords quotes inspirational motivational wisdom positivity self-improvement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # inspiring_quotes

A simple Python package that provides random inspirational quotes. With a collection of 300 quotes, this library is perfect for adding a touch of motivation to your projects.

## Features

- Retrieve a random inspirational quote from a JSON file.
- Simple and easy to retrieve quote and author
- Over 300 inspiring quotes available

## Import the Library

```python
from inspiring_quotes import get_random_quote
```

## Get a Random Quote

```python
quote = get_random_quote()
if quote:
    print(f"Quote: {quote['quote']}\nAuthor: {quote['author']}")
else:
    print("No quotes available.")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cyberdeeb/inspiring-quotes",
    "name": "inspiring-quotes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "quotes inspirational motivational wisdom positivity self-improvement",
    "author": "cyberdeeb",
    "author_email": "abrahamdeeb@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/92/8a80890d8e9b537780555b6ffd28b1fe731f8d68879536711544c28d079c/inspiring_quotes-1.5.1.tar.gz",
    "platform": null,
    "description": "# inspiring_quotes\n\nA simple Python package that provides random inspirational quotes. With a collection of 300 quotes, this library is perfect for adding a touch of motivation to your projects.\n\n## Features\n\n- Retrieve a random inspirational quote from a JSON file.\n- Simple and easy to retrieve quote and author\n- Over 300 inspiring quotes available\n\n## Import the Library\n\n```python\nfrom inspiring_quotes import get_random_quote\n```\n\n## Get a Random Quote\n\n```python\nquote = get_random_quote()\nif quote:\n    print(f\"Quote: {quote['quote']}\\nAuthor: {quote['author']}\")\nelse:\n    print(\"No quotes available.\")\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple Python package for retrieving random inspirational quotes.",
    "version": "1.5.1",
    "project_urls": {
        "Homepage": "https://github.com/cyberdeeb/inspiring-quotes"
    },
    "split_keywords": [
        "quotes",
        "inspirational",
        "motivational",
        "wisdom",
        "positivity",
        "self-improvement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5e354789e95aa2864a6035c912e0a211ddbc571cc60dfe215b9ecd6586f6421",
                "md5": "2ea7a95d586be1b301e53cb4e19e39e3",
                "sha256": "26169efe01e0be6f3f3a13a809628ea6e4bcfc5324f6cf9d5249078780c0eff5"
            },
            "downloads": -1,
            "filename": "inspiring_quotes-1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ea7a95d586be1b301e53cb4e19e39e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5457,
            "upload_time": "2024-09-12T16:02:12",
            "upload_time_iso_8601": "2024-09-12T16:02:12.634540Z",
            "url": "https://files.pythonhosted.org/packages/f5/e3/54789e95aa2864a6035c912e0a211ddbc571cc60dfe215b9ecd6586f6421/inspiring_quotes-1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1928a80890d8e9b537780555b6ffd28b1fe731f8d68879536711544c28d079c",
                "md5": "ca2ba9f7a465aee8f5152d7cc7851e96",
                "sha256": "abeb7d5b812984200cf107c7ac1d0da2834f35a7844914c0efd180d0a49a8453"
            },
            "downloads": -1,
            "filename": "inspiring_quotes-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ca2ba9f7a465aee8f5152d7cc7851e96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5564,
            "upload_time": "2024-09-12T16:02:13",
            "upload_time_iso_8601": "2024-09-12T16:02:13.517362Z",
            "url": "https://files.pythonhosted.org/packages/e1/92/8a80890d8e9b537780555b6ffd28b1fe731f8d68879536711544c28d079c/inspiring_quotes-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 16:02:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cyberdeeb",
    "github_project": "inspiring-quotes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "inspiring-quotes"
}
        
Elapsed time: 4.81087s