What is this?

A combination of the famous "Lorem ipsum" placeholder text and the iconic french-canadian curse "tabarnak", Lorembarnak highlights the rich cultural landscape of Québécois swears by providing random chains of obscenities on demand.

Stub your toe so hard you can't even think of a curse? Have to write a few paragraphs for a project that really pisses you off? Experiencing a growing frustration as you try to assemble that new piece of Swedish furniture? Simultaneously feeling both irate and international? No matter the occasion, Lorembarnak is there to answer all your text-based needs.

How does it work?

For some quick profanities, use the controls above to generate your text and click "Copy".

To generated fresh curses on the fly in a Javascript project, install Lorembarnak with npm install lorembarnak or yarn add lorembarnak and import it wherever you need.

import { getText } from 'lorembarnak';

// Takes an optional length parameter
const randomLength = getText();
const specificLength = getText(10);