Skip to content
Jorick van der Hoeven edited this page Jul 25, 2018 · 2 revisions

Windows Lockscreen copy and namer

This is a small tool that can be run at system startup and will copy the windows lockscreen images from their downloaded location and then using the Azure Computer Vision automatic tagging system rename the files to something a little more meaningful.

The tool is written in Python 3.6 and uses the PIL and pandas libraries.

Features:

  • Find landscape lock screen images
  • Copy them to designated location
  • Tag lock screen images with Azure Image Tagging

Road Map Features:

  • Extract image description
  • Add image description to image

Known Bugs:

  • Renaming already named files only works once
  • There isn't a clean handling of failed internet requests

Clone this wiki locally