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.3.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.3-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: buffalo_ipsum-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 5776acf607d51e2fba0dfbbcdb9fc391e60aed990f3579e9caa2b6e0a1e2b051
MD5 6d4404aacb50ef63684972fc9bfe162d
BLAKE2b-256 96ffd31056dd42b772204ae4243f687f8431736fb8a5f6ce360382263a5ecb21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: buffalo_ipsum-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6773d0d091f9dfbf7a784704b41def246d368dea9f6f9c2b3a28b77f7e832bd1
MD5 bd2a84e2a12a12350e96b66b1720b103
BLAKE2b-256 f153102ee2a86ae16f3a49a8caab43e6d5a762873b27f696e6eb747149222457

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