Windows explorer has an option to add tags to image through image properties > Details > Tags.
Can I modify this using python or any other automated method (or bash)? I tried using exif library pip install exif. But it only allows to change image title/subject through its ImageDescription attribute.
Further, exiftools library has an attributes XPkeywords, is it relevant for updating tags? What does it update?

