2.0.0 - Made a Useable and Useful Library, Now contains various User Input Functions such as: 

User Input Functions:
• multiple_choice(list_to_choose_value_from) *
• password(min_length, max_length, warning_message) *
• confirm_email()
• input_file_path(prompt, file_must_exist=True)

Non-User Input Functions:
• matrixify(columns, rows, default_filler)
• display(matrix)
• replace_index(matrix, x, y, string_which_will_fill)
• contains(matrix, string)
• replace(matrix, string, string_which_will_fill)
• webscrape(url)
• clear_last_x_lines(lines_to_clear)
• background(text, color)
• detect_arrow_key() - Only detects the Up arrow, Down arrow and Enter
• character_input() - Detects all character inputs