# 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.
source='C:/Users/User/AppData/Local/Packages/Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy/LocalState/Assets'#Replace "User" with your username
destination='*INSERT USER DIRECTORY HERE* (Example: C:/Users/User/Pictures/Wallpapers/)'