Making Christmassy Animated Wallpaper 2020 (using Python)
Code (on github): https://bit.ly/3rsTHqx
Note:
You might need to install Pillow. Run: pip install Pillow
OSError: Unable to locate Ghostscript. Run: conda install -c conda-forge ghostscript
1. Running the code:
2. Animation starts.
3. Recording starts which saves a snapshot of the animation on a timed basis (every second).
4. After you close the window.
5. The snapshots will be converted to a GIF and saved in the same folder as the code.
6. Delete all the snapshots.
7. Convert GIF to MP4 on: https://ezgif.com/gif-to-mp4/.
8. Set Live Wallpaper using DesktopHut. You can download here: https://drive.google.com/file/d/1Ut1Q... from this video: • HOW TO USE ANY VIDEO AS WALLPAPER IN WINDO...
9. Enjoy!
__
Resources:
This project was inspired by Geek Gurl Diaries: • How to make Snowflakes with Code (Xmas & H...
eps2gif function: https://stackoverflow.com/questions/7...
Draw background function: https://stackoverflow.com/questions/1...
Save turtle graphics as gif: https://stackoverflow.com/questions/4...