Add To-Do List

This commit is contained in:
Ray 2023-12-11 01:40:08 +11:00 committed by GitHub
parent 60458b5920
commit 5d5e6eae37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# MSLockscreenWallpaperGrabber # MSLockscreenWallpaperGrabber
Simple python script which copies the images from the Microsoft Lockscreen Wallpaper Directory in AppData, appends them with ".jpg" and places them in a directory of the user's choosing to use as a desktop wallpaper. Simple python script which copies the images from the Microsoft Lockscreen Wallpaper Directory in AppData, appends them with ".jpg" and places them in a directory of the user's choosing to use as a desktop wallpaper.
TO-DO:
Add handling for existing files
This can be setup as a service in Windows to grab the wallaper's daily upon startup or login. This can be setup as a service in Windows to grab the wallaper's daily upon startup or login.