It's included in win32, so try from win32 import win32crypt and it should work.
from win32 import win32crypt
If you still can't get it to work, run python -m pip install --upgrade pywin32 in your terminal and then try again.
python -m pip install --upgrade pywin32