From d4cfecee48ea193f6f8e7dfdb2ad66b4a0e2228b Mon Sep 17 00:00:00 2001 From: Rei Date: Thu, 7 Dec 2023 02:44:00 +1100 Subject: [PATCH] Add description of python code --- MSLockscreenWallpaperGrabber.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MSLockscreenWallpaperGrabber.py b/MSLockscreenWallpaperGrabber.py index f14b1b1..40d1683 100644 --- a/MSLockscreenWallpaperGrabber.py +++ b/MSLockscreenWallpaperGrabber.py @@ -1,4 +1,5 @@ # reiyua, rei@reiyua.lol, 2023 +# This is a simple python script which copies the images from the Microsoft Lockscreen Wallpaper Directory in AppData, append them with ".jpg" and place them in a directory of the user's choosing. import os import shutil