{"id":21717382,"url":"https://github.com/armanidrisi/pyquotegen","last_synced_at":"2026-02-07T22:02:46.908Z","repository":{"id":149649764,"uuid":"622095753","full_name":"Armanidrisi/pyquotegen","owner":"Armanidrisi","description":"A Random Quote Generator Python Package","archived":false,"fork":false,"pushed_at":"2023-10-20T15:03:37.000Z","size":36407,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T22:39:22.495Z","etag":null,"topics":["pypi-package","pyquotegen","python","python-package","quote","quote-generator","quotes-application"],"latest_commit_sha":null,"homepage":"https://armanidrisi.github.io/pyquotegen/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Armanidrisi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-01T05:24:36.000Z","updated_at":"2023-05-17T10:13:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"af3e5d40-7796-48f1-b61d-170aa926da27","html_url":"https://github.com/Armanidrisi/pyquotegen","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.09090909090909094,"last_synced_commit":"7ef3595ca5e72a2c27ed5d21270f008c70b59299"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Armanidrisi/pyquotegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanidrisi%2Fpyquotegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanidrisi%2Fpyquotegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanidrisi%2Fpyquotegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanidrisi%2Fpyquotegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Armanidrisi","download_url":"https://codeload.github.com/Armanidrisi/pyquotegen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanidrisi%2Fpyquotegen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267967720,"owners_count":24173566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pypi-package","pyquotegen","python","python-package","quote","quote-generator","quotes-application"],"created_at":"2024-11-26T01:17:02.193Z","updated_at":"2026-02-07T22:02:46.836Z","avatar_url":"https://github.com/Armanidrisi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Total Downloads](https://pepy.tech/badge/pyquotegen)](https://pepy.tech/project/pyquotegen)\n[![PyPI Version](https://img.shields.io/pypi/v/pyquotegen?color=blue\u0026label=PyPI%20version\u0026logo=python)](https://pypi.org/project/pyquotegen/)\n[![GitHub stars](https://img.shields.io/github/stars/Armanidrisi/pyquotegen?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/Armanidrisi/pyquotegen?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen/network/members)\n[![GitHub issues](https://img.shields.io/github/issues/Armanidrisi/pyquotegen?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen/issues)\n[![GitHub license](https://img.shields.io/github/license/Armanidrisi/pyquotegen?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen/blob/master/LICENSE)\n[![GitHub contributors](https://img.shields.io/github/contributors/Armanidrisi/pyquotegen?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen/graphs/contributors)\n[![pyquotegen](https://img.shields.io/badge/pyquotegen-awesome-blueviolet?style=flat-square\u0026logo=github)](https://github.com/Armanidrisi/pyquotegen)\n\n# pyquotegen - Simple Quote Generator Python Package ✨\n\n`pyquotegen` is a Python package that allows you to generate random quotes or quotes from specific categories. It provides a simple and straightforward way to incorporate quotes into your Python applications. 📚\n\n## Installation ⚙️\n\nYou can install `pyquotegen` using pip:\n\n```shell\npip install pyquotegen\n```\n\n## Usage 🚀\n\nHere's an example of how to use `pyquotegen`:\n\n```python\nimport pyquotegen\n\n# Get a random quote\nquote = pyquotegen.get_quote()\nprint(quote)\n\n# Get a quote by specific category\nquote_by_category = pyquotegen.get_quote(\"inspirational\")\nprint(quote_by_category)\n```\n\nThe `pyquotegen` package provides the `get_quote()` function, which returns a random quote. You can optionally specify a category to get a quote from that specific category. If no category is provided, a quote from any category will be returned. 🔍\n\n## Functions 📝\n\n### `get_quote(category: Optional[str] = None) -\u003e str`\n\nThis function returns a random quote. If a category is specified, it returns a random quote from that category. If no category is provided, a quote from any category will be returned. 🎉\n\n#### Parameters 📋\n\n- `category` (optional): A string specifying the category of the quote. Available categories include \"inspirational\", \"funny\",\"motivational\". If no category is provided, the function will return a quote from any category. 🗂️\n\n#### Returns 📤\n\nA string containing the quote. 💬\n\n## Categories 🗂️\n\n`pyquotegen` provides quotes in the following categories:\n\n- :rocket: motivational\n- :two_men_holding_hands: friendship\n- :computer: technology\n- :bulb: inspirational\n- :joy: funny\n- :leaves: nature\n- :chart_with_upwards_trend: success\n- :muscle: attitude\n- :keyboard: coding\n\nYou can pass any of these categories as an argument to the `get_quote()` function to get a quote from that specific category. If you don't specify a category, a random quote from any category will be returned. 🎯\n\n## Features :rocket:\n\n- Generates random quotes :sparkles:\n- Provides quotes by specific category :bookmark_tabs:\n- Supports multiple categories :notebook_with_decorative_cover:\n- Lightweight and easy to use :muscle:\n\n## Contributing 🤝\n\nWe welcome contributions to `pyquotegen`! If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/Armanidrisi/pyquotegen). 🙌\n\nTo contribute to `pyquotegen`, follow these steps:\n\n1. Fork the repository on GitHub.\n2. Create a new branch with a descriptive name for your feature or bug fix.\n3. Make the necessary changes and ensure that the tests pass.\n4. Submit a pull request to the `main` branch of the original repository. 🛠️\n\nWe appreciate your contributions, whether it's bug fixes, feature enhancements, or documentation improvements. 👏\n\n## License 📜\n\nThis package is distributed under the MIT License. See the [LICENSE](https://github.com/Armanidrisi/pyquotegen/blob/main/LICENSE) file for more information. 📄\n\n## Acknowledgements 🙏\n\nThe quotes used in `pyquotegen` are sourced from various public domain collections and online resources. We acknowledge and appreciate the authors and contributors of these quotes. 🌟\n\nIf you have any questions or need further assistance, please don't hesitate to reach out. 💡\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmanidrisi%2Fpyquotegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmanidrisi%2Fpyquotegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmanidrisi%2Fpyquotegen/lists"}