# Journal Prompts
A corpus of journal prompts with a finder facade
### Usage
```python
from journal_prompts import find_random_question
find_random_question()
```
Each function call returns a single random question.
### Results
```
What's the funniest brand name you've ever seen?
Have you ever broken a safety rule? What was it?
What's the most ridiculous warning sign you've ever seen?
Have you ever tried to lick your elbow?
...
Do you believe in UFOs, and have you seen one?
```
### Corpus Size
```python
from journal_prompts import corpus_size
assert corpus_size() == 3642
```
Raw data
{
"_id": null,
"home_page": "https://github.com/craigtrim/journal-prompts",
"name": "journal-prompts",
"maintainer": "Craig Trim",
"docs_url": null,
"requires_python": ">=3.8.5,<4.0.0",
"maintainer_email": "craigtrim@gmail.com",
"keywords": "nlp,text,corpus,prompts",
"author": "Craig Trim",
"author_email": "craigtrim@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b9/2e/bffbd783b43ad45eb5db4fbb8c19af7a5261e85cab262c7a72813aae146d/journal-prompts-0.1.7.tar.gz",
"platform": null,
"description": "# Journal Prompts\nA corpus of journal prompts with a finder facade\n\n### Usage\n```python\nfrom journal_prompts import find_random_question\n\nfind_random_question()\n```\nEach function call returns a single random question.\n\n### Results\n```\nWhat's the funniest brand name you've ever seen?\nHave you ever broken a safety rule? What was it?\nWhat's the most ridiculous warning sign you've ever seen?\nHave you ever tried to lick your elbow?\n...\nDo you believe in UFOs, and have you seen one?\n```\n\n### Corpus Size\n```python\nfrom journal_prompts import corpus_size\nassert corpus_size() == 3642\n```\n",
"bugtrack_url": null,
"license": "None",
"summary": "Corpus of Random Journal Prompts",
"version": "0.1.7",
"project_urls": {
"Bug Tracker": "https://github.com/craigtrim/journal-prompts/issues",
"Homepage": "https://github.com/craigtrim/journal-prompts",
"Repository": "https://github.com/craigtrim/journal-prompts"
},
"split_keywords": [
"nlp",
"text",
"corpus",
"prompts"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "43f30eb7983b54db7a66bb236c16f14330a75550b4b67e0a7ce4ddc01bc747dc",
"md5": "7075aabd130c6c44ce1d7693c35c8505",
"sha256": "4c9882140e3ff8bfe90890461ea821a2f99143e32dc803c69cd81e2511dfdb39"
},
"downloads": -1,
"filename": "journal_prompts-0.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7075aabd130c6c44ce1d7693c35c8505",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.5,<4.0.0",
"size": 96936,
"upload_time": "2023-05-08T19:15:03",
"upload_time_iso_8601": "2023-05-08T19:15:03.235238Z",
"url": "https://files.pythonhosted.org/packages/43/f3/0eb7983b54db7a66bb236c16f14330a75550b4b67e0a7ce4ddc01bc747dc/journal_prompts-0.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b92ebffbd783b43ad45eb5db4fbb8c19af7a5261e85cab262c7a72813aae146d",
"md5": "5081d0f6636a4578c7ce0e1b56ee7553",
"sha256": "be4ccdc47746a8512cf6c40f2583e3a0eaa61d299ce820da17635f82a82810f2"
},
"downloads": -1,
"filename": "journal-prompts-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "5081d0f6636a4578c7ce0e1b56ee7553",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.5,<4.0.0",
"size": 92862,
"upload_time": "2023-05-08T19:15:01",
"upload_time_iso_8601": "2023-05-08T19:15:01.170924Z",
"url": "https://files.pythonhosted.org/packages/b9/2e/bffbd783b43ad45eb5db4fbb8c19af7a5261e85cab262c7a72813aae146d/journal-prompts-0.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-08 19:15:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "craigtrim",
"github_project": "journal-prompts",
"github_not_found": true,
"lcname": "journal-prompts"
}