Metadata-Version: 2.4
Name: emptygpt
Version: 0.1.3
Summary: Generate EmptyGPT-style jargon paragraphs.
Author: Decentricity
License: MIT
Keywords: generator,text,parody,snowclone,jargon
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# emptygpt

A tiny CLI that generates "EmptyGPT" style paragraphs.

Install:

    pip install emptygpt

Use:

    emptygpt
    emptygpt --seed 42
    emptygpt --paragraphs 2

Python API:

    from emptygpt import generate
    print(generate(seed=42, paragraphs=2))
