Installation Python modules

Hi !
Coming from VB and Delphi, I’m new in Python.
I am in trouble with Python modules.
I tried , for example, ‘conda install tkinterhtml’ in the Anaconda Prompt window, and the response was ‘no such module’ or something like this.

Could somebody help me.

Thanks

Looks like this package is on pypi.org, which is not a Anaconda repository. You can still go ahead and install the package using ‘pip’:

pip install tkinterhtml