Skip to content

bes-dev/random_prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

Random Prompt generator for ArtWork creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages