A Python application that lets you run live, interactive wallpapers on your Windows desktop.
Draws directly onto the desktop using system APIs, providing a dynamic and customizable desktop experience.
Watch demo:
- Real-time wallpapers on Windows
- Draws dynamic content directly onto the desktop
- Lightweight web interface via Flask + PyWebview
- Image manipulation and processing using Py Win32 API and Pillow module
- Fully customizable animations and images
- Python 3.12.8
- PyWebview – GUI layer for lightweight web UI
- PyWin32 – Win32 API - Desktop integration for drawing
- Flask – Web server to handle UI and controls
- Pillow – Image processing library
- Download the latest or select version from Releases page
- Extract app.zip into an empty folder.
- Open the folder and run 'start-live.exe' to setup live wallpaper
- Choose a video and hit Set as wallpaper
- Click on run.
git clone https://github.com/its-ernest/rt-wallpaper-windows.git
cd rt-wallpaper-windows
pip install -r requirements.txt
python main.py