Skip to content

aliamcami/BlaBlaBla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlaBlaBla

Cocoapods Swift Xcode license

A random sentence generator, mainly designed to start an improvisation story.
It can be used to set the start setting for a story, or anything else you want to do with some crazy sentences.

Usage

The usage is very simple, there is one main function that every SentenceGenerator have and its teh RANDOM().
The other functions available for each different SentenceGenerator are not important unless you want a very specific kind of sentence.

Mainly you will use the main function:

    SentenceGenerator.random()

It will return a sentence that somewhat make sense for you to start your story from there.

For details on each implemented language:

Portuguese BR

To get a random sentence in PORTUGUESE Brazil:

PtBrSentenceGenerator.random()

For more details click here

Output example:

Você é um canguru zangado e está sonhando com uma colher

Você é um largato apavorado destruindo uma colher

Você está beijando uma tábua enquanto chama um Ogro

English

To get a random sentence in ENGLISH:

EnSentenceGenerator.random()

For more details click here

Output Example:

You are at the café choosing a cushion

You are smelling a beautiful raccoon in Ireland

You are a tiny dolphin at the parking lot


For detailed description visit WIKI

Install

CocoaPods

Specify it in your Podfile:

pod 'BlaBlaBla' 

Manualy

To install manually you must:

  • Copy/clone the project
  • Copy the Source/ folder into your project
  • Use to your heart's content

TODO

  • Localized sentence generator using online translator

License

BlaBlaBla is released under the MIT License.

About

A random sentence generator, mainly designed to start an improvisation story.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published