https://github.com/ghostwriternr/w10lswp
Save Windows Spotlight Lockscreen Wallpapers the lazy way :monkey:
https://github.com/ghostwriternr/w10lswp
python windows-10
Last synced: 3 months ago
JSON representation
Save Windows Spotlight Lockscreen Wallpapers the lazy way :monkey:
- Host: GitHub
- URL: https://github.com/ghostwriternr/w10lswp
- Owner: ghostwriternr
- Created: 2016-11-09T17:45:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T18:04:45.000Z (over 8 years ago)
- Last Synced: 2025-02-25T12:16:29.538Z (3 months ago)
- Topics: python, windows-10
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# W10LSWP
Super short, but also mostly useless script wrote on a rather boring night to save (basically, copy :sweat_smile:) Windows Spotlight Lockscreen Wallpapers (which happen to be truly wonderful!) to a directory of your choice.
That's all it does ¯\\\_(ツ)\_/¯
### Requirements
- Python 3
+ PIL (Python Imaging Library) package
- Windows 10 (obviously :dizzy_face:)### Usage
```bash
python win10wp.py
```### Possible improvements
- [ ] Write a Windows service application to do the same, and do away with having to use Python (and it's packages! :smiley:)
- [ ] Watch for changes in the source directory, and perform copy
- [ ] Avoid rewrites :expressionless: