Metadata-Version: 2.1
Name: Mustraxlib
Version: 2.0.0
Summary: Simple tools for convenient programming
Home-page: 
Author: Programmer101
Author-email: wsl.com.uk@gmail.com
License: MIT
Keywords: Efficiency
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
License-File: LICENCE.txt

Adding various User Input Functions to the Mustraxlib library.

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
