mikekov / ExifPro

Image browser and viewer
GNU General Public License v2.0
60 stars 15 forks source link

Adding multiple 'Tags' for an image in windows explorer using python script #12

Open Ananya21162 opened 2 years ago

Ananya21162 commented 2 years ago

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?

image image