Random Prompt
Project description
Random Prompt
A simple python library for fast random prompt generation.
Requirements
- Linux, Windows, MacOS
- Python 3.8.+
Install package
pip install random_prompt
Install the latest version
git clone https://github.com/bes-dev/random_prompt.git
cd random_prompt
pip install .
Example
from random_prompt import RandomPromptGenerator
generator = RandomPromptGenerator()
# generate single prompt
print(generator.random_prompt())
# generate batch of prompts
print(generator.random_prompts(10))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file random_prompt-2022.11.26.2-py3-none-any.whl
.
File metadata
- Download URL: random_prompt-2022.11.26.2-py3-none-any.whl
- Upload date:
- Size: 49.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61b20184d06346aba39530cf3e2732cc75700adf448e8c5257eb872764217270 |
|
MD5 | 544f81ca64a2004f688cb6a89d57ea7a |
|
BLAKE2b-256 | 2b11590d2c56d59e79e61f51572e428e68d4b45f28eaafccd5d27786e2bd8f35 |