Add To-Do List
This commit is contained in:
parent
60458b5920
commit
5d5e6eae37
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue