import pip

pip.main(['install', 'comtypes'])

print()
input("Press ENTER to exit")