Skip to content

This is a short project that will be written in Python. Index queries and return closest frequency name.

Notifications You must be signed in to change notification settings

RougeRedWired/YourDiscworldCharacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

YourDiscworldCharacter

This is a short project that will be written in Python. Index queries and return closest frequency name.

Intro:

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 ;).

Feedback needed:

  • What you would like to see
  • What bugs did you notice?
  • General feedback...

Features:

*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.

About

This is a short project that will be written in Python. Index queries and return closest frequency name.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages