Skip to content

madskristensen/NLipsum

 
 

Repository files navigation

#NLipsum : Lorem Ipsum (Lipsum) Generator and Library for the .NET Framework (C#) Works in versions: 2.0 and higher (3.0, 3.5, 4.0)

This project was vaguely inspired by Lipsum : the text generator written in Python and wxPython

Similar to the Python Lipsum, you are not bound to generate only "Lorem ipsum..." style text. There are a dozen different text-generation sources in several languages, all of which come from the Python Lipsum. You can also easily include your own text source!

The built in text sources:

  • Lorem Ipsum (Lipsum) (of course)
  • Childe Harold's Pilgrimage (Lord Byron)
  • Decameron - Novella Prima (Giovanni Boccaccio)
  • Faust (Goethe), German
  • In der Fremde (Heinrich Heine), German
  • Le Bateau Ivre (Arthur Baudelaire), French
  • Le Masque (Arthur Rembaud), French
  • Nagyon fáj (József Attila), Hungarian
  • Ómagyar-Mária siralom (Ismeretlen), Hungarian
  • Robinsono Kruso (Daniel Defoe), Esperanto
  • The Raven (Edward Allen Poe), English
  • Tierra y Luna (Federico García Lorca), Spanish

NLipsum will choose a random selection of words from your text source and combine them into sentences and combine those sentences into paragraphs. You can request very specific criteria for your generated text or just let the defaults go to work. Generating text in HTML format is a breeze and there are built-in utility methods for HTML generation (paragraph tags).

All code was written in C# using the .NET Framework 2.0, Visual Studio 2005. Support for the .NET 1.1 framework may be included at a future date depending on demand. Also, since this is open source you're always welcome to modify the code and submit your own changes for compatibility.

##In the Wild

Please feel free to send me any feedback or tell me about a project in which you've used NLipsum. I'd love to hear about it.

About

A Lipsum generator for .NET 2.0+.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C# 99.8%
  • Batchfile 0.2%