Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

tn3w/LOLcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOLcat

A simple LOLcat translator.

from translator import translate_english_to_lolcat

english = "I love cheeseburgers"
lolcat = translate_english_to_lolcat(english)

print(lolcat) # I liek cheezburgers

Installation

  1. Clone this repository to your computer.

    git clone https://github.com/tn3w/LOLcat.git
  2. Navigate to the project directory.

    cd LOLcat
  3. Use the example code above.

About

A simple LOLcat translator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages