How to Install Win32API and win32gui

 


Once installed you can use:

import win32api

and/or

inport win32gui


For Win32API

From a Windows cmd Prompt type:

cd\python38

pip install pypiwin32

exit

 


For win32gui

From a Windows cmd Prompt type:

cd\python38

pip install pywin32

exit