python dithercrypt.py Traceback (most recent call last): File "dithercrypt.py", line 3, in <module> import secrets ImportError: No module named secrets -> pip search secrets gives me too much modules to import.
python dithercrypt.py
Traceback (most recent call last):
File "dithercrypt.py", line 3, in
import secrets
ImportError: No module named secrets
-> pip search secrets
gives me too much modules to import.