How can i prevent this error from occurance in the user when it use my module:
from webcolors import hex_to_rgb ,rgb_to_hex
ModuleNotFoundError: No module named 'webcolors'
How can i make webcolors installed automatically when the user uses my module?