Skip to content

rzimmerman/shitty-autoreply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shitty-autoreply

Irritate people by getting their names wrong. This module provides a wrong_name function that returns a name that is close, but not quite the same as the input parameter.

Installation

git clone https://github.com/rzimmerman/shitty-autoreply.git
cd shitty-autoreply
python setup.py install

Usage

>> from shitty_autoreply import wrong_name

>> print wrong_name('Robert')
Roberto
>> print wrong_name('Elizabeth')
Elizbeth
>> print wrong_name('Daniel')
Daniele
>> print wrong_name('Jennifer')
Jennings
>> print wrong_name('Steve')
Stevie
>> print wrong_name('Rachel')
Raquel
>> print wrong_name('Joe')
Joell
$ wrong-name Eggs
Egbert

About

Irritate people by getting their names wrong

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages