Yuval's Homepage

Home ยป Software

Navigation

  • Contact
  • My Blog
  • Tech Stuff
    • Easy Password Maker
  • Projects
  • Non-Tech Stuff

Easy Password Maker

Important! Use at your own Risk! Read more on how it works.

Python

This is a python script

Markov-Chain Random Name Creator

yuval —April 18, 2010 - 14:21

  • Python

This python script uses a word file to build a Markov model of the language. It then uses the model to create a random name, that will still sound good. If you need a name for a new web site this is the script for you!!

This script take several seconds to initialize itself and build the model. So if you want lots of names, run the last line in a loop. It will work much faster.

Example output results:

  • Undisan
  • Dscov
  • Furon
  • Read more about Markov-Chain Random Name Creator
  • Add new comment

Create "Guess My Number" Cards

yuval —April 18, 2010 - 14:20

  • Python

I've got this python script that creates magic cards. You can use these magic-cards to read minds of people!

This is how it works:

  • Read more about Create "Guess My Number" Cards
  • Add new comment

Cheat in spelling words

yuval —April 18, 2010 - 14:18

  • Python

Remember that facebook game that requires you to spell words using a set of letters? If if recall correctly it is called Word Challenge.
Download this to help you win it. Requires Python (tested on 2.5)

Input the set of letters, and the script will give you the words to type.

  • Read more about Cheat in spelling words
  • Add new comment
Subscribe to RSS - Python