To install any python library just use pip install <library_name> (or pip3 install <library_name> on linux or mac devices.)
In your case it is pip install pywhatkit.
If these don't work try pip3 install pywhatkit. (For a mac or linux device.)
If this also doesn't work try python -m pip install pywhatkit or python3 -m pip install pywhatkit.
If none of them work, the best option would be reinstalling python to its latest version and also make sure to add python to path.