A simple Electron.js desktop app to search wallpapers from Pexels, download them, and set as wallpaper on Windows.
Download Imagedive for Windows
-
Install Node.js (LTS).
-
Install dependencies:
npm install
npm startnpm run generate-icons- Portable build:
npm run build:portable
- Installer:
npm run build
index.html,script.js,styles.css– UIdownload.js– client-side download helpermain.js/index.js– Electron main processbuild/icon.ico– app icon
MIT