Low commit activity in last 3 years
No release in over a year
Name converter based on "Captain Underpants and the Perilous Plot of Professor Poopypants", by Dav Pilkey
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

NameChangeOChart

Finally, you can convert your currently boring name to something far more exciting. This name converter is based on "Captain Underpants and the Perilous Plot of Professor Poopypants", by Dav Pilkey.

Professor Poopypants

The name conversion is copyright of Dav Pilkey.

Installation

Add this line to your application's Gemfile:

gem 'name_change_o_chart'

And then execute:

$ bundle

Or install it yourself as:

$ gem install name_change_o_chart

Usage

NameChangeOChart.convert('Yukohiro Matsumoto') #=> "Dinky Bananahiney"

Or from the command line:

ruby -rname_change_o_chart -e "p NameChangeOChart.convert('Stinky Wafflebuns')" =>
"Snotty Chucklefanny"

Testimonials

"I'll give a talk under that name if you will" -- Poopsie Barfshorts

"I'm Snotty Gigglefanny" -- Snotty Gigglefanny

"That's Sir Crusty Hamsterhumperdink." -- Crusty Hamsterhumperdink

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request