Welcome Guest [Log In] [Register]
Add Reply
Silly Name Generator; written for python 2.4 and 2.5
Topic Started: Nov 29 2008, 06:14 PM (4,482 Views)
techwizrd
Member Avatar
Magister ex Machina
[ *  *  * ]
Just for the fun of it (and to brush up on my lists etc.), I wrote a silly name generator in Python. It doesnot use the new print functions from 2.6 and instead uses the old print statement from =<2.5 because I have not compiled 2.6 yet. If you have any comments or things I could add/fix, please post.

Unfortunately, our forum software does not respect beginning and trailing tabs and spaces(and python uses whitespace), so I put it on pastebin.ca

Silly Name Generator Python Source Code

Here are some sample names it just generated:
Spoiler: click to toggle


It uses random integers and customizable lists for the name generation. One can specify how many syllables are in the first name (3 works well for me), how many words to combine for the last name (I prefer 2), and how many names to generate. As you can see from the example, some of the names sound serious while other are very comical. I suggest you play around with it and leave me some comments.
My DeviantArt user page Please comment and add me to your favorites!
Posted Image
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

It don't work no more.
Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Programming · Next Topic »
Add Reply