This is a short project that will be written in Python. Index queries and return closest frequency name.
Ever heard about Terry Pratchett and his Discworld Chronicles? This project is based upon his universe and awesome world. Bookworm, I read most of the books myself when I was a kid. Fast forwarding to a few weeks back, I was doing at the same time Free Code Camp and Udacity Introduction to Computer Programming ( Which I highly recommend!). I am sure that you often see these " Who are you game based on your answers, correct?" Well, while the outcome here is the same, the way to do it is different: It gives the closest match to the word you input, here your name ;).
- What you would like to see
- What bugs did you notice?
- General feedback...
*UPDATE *
MVP Done MVP: Check your name against an index of Discworld Characters, establish a distance between the names in the dictionary and return the one with the shortest distance
Additional coming features :
- Create an index file to make sure all the names are kept from one launch of the program to another.
- Create a bulk upload function for adding new names.
- Create a bulk upload function of all the names you want to check and add it next to it.
- Return a small biography for each character.