Skip to main content

Filler text generator composed entirely of the word 'buffalo'. AI native.

Project description

buffalo-ipsum

Filler text generator composed entirely of the word "buffalo".

Buffalo buffalo Buffalo buffalo buffalo buffalo buffalo buffalo buffalo buffalo.
Buffalo buffalo buffalo buffalo buffalo. Buffalo buffalo Buffalo buffalo buffalo
buffalo buffalo buffalo buffalo buffalo buffalo buffalo.

Inspired by the linguistically valid English sentence that uses "buffalo" eight times. This package brings that energy to your placeholder text needs.

Install

pip install buffalo-ipsum

Usage

CLI:

buffalo-ipsum                        # 3 paragraphs (default)
buffalo-ipsum -t sentences -n 5      # 5 sentences
buffalo-ipsum -t words -n 10         # 10 words
buffalo-ipsum --famous               # the canonical 8-buffalo sentence
buffalo-ipsum -t art --cols 3        # ASCII art herd

Python API:

import buffaloipsum

buffaloipsum.word()                  # "buffalo"
buffaloipsum.words(5)                # ["buffalo", "buffalo", ...]
buffaloipsum.sentence()              # "Buffalo buffalo buffalo buffalo buffalo."
buffaloipsum.sentence(famous=True)   # "Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo."
buffaloipsum.paragraph()
buffaloipsum.text(3)
buffaloipsum.ascii_art(cols=2, rows=1)

Modes

Static mode (default)

Generates buffalo text locally with no dependencies and no network calls. All randomness is seeded from Python's random module; pass seed=N for reproducible output.

Live mode

Each word is fetched via a real Claude API call. The result is always "buffalo" — the point is that an LLM confirmed it.

pip install 'buffalo-ipsum[live]'
export ANTHROPIC_API_KEY=sk-ant-...
buffalo-ipsum --live -t words -n 3
from buffaloipsum import live

live.word()     # -> "buffalo"  (one API call)
live.words(5)   # -> ["buffalo", ...] (five API calls)

Uses claude-haiku-4-5-20251001 by default. Override with --model on the CLI or model= in Python.

Famous sentence

Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.

A grammatically valid English sentence. "Buffalo" serves simultaneously as a proper noun (Buffalo, NY), a common noun (the animal), and a verb (to bully). --famous / famous=True emits it verbatim.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buffalo_ipsum-0.1.2.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

buffalo_ipsum-0.1.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file buffalo_ipsum-0.1.2.tar.gz.

File metadata

  • Download URL: buffalo_ipsum-0.1.2.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for buffalo_ipsum-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a1041520d8575b52348a465631959603bec4661e446f1fad40263447e51d9e25
MD5 3cc83c2b39a7ed3cccd1ff227cc378f0
BLAKE2b-256 1d02191fd6dd96d1020dcaf72e19dde572dac58155cb3a9541e4a1a1b92805c7

See more details on using hashes here.

File details

Details for the file buffalo_ipsum-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: buffalo_ipsum-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for buffalo_ipsum-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 275cf8a54fe9f5fc8f8547aa5c41b163409fe00df3cb13e20768c34e9f7a6f21
MD5 45463e292e8dad7318ec81e5382ab30a
BLAKE2b-256 71e8cc26c62e54c7d52f7116567979cf9aaf1679604c9d5c66664b71ce92cd37

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page