- Generate 4K gradient coloured wallpapers
- Directly change the desktop wallpaper in a click
- Generated image is also saved in the directory, both Sharp and Gaussian Blurred
Demo on youtube
- Generate a block (or tile) of solid color, now use a FOR loop to generate NxN blocks(or tiles) of random color
- Stich them all together to get a mosaic of NxN tiles.
- Now pass Gaussian Blur effect of desired strength to achieve the frosted glass effect.
Project written in python 3.11, so I am assuming you have already python installed and is familiar with it. I will make the project more user-friendly at a later stage.
Run the requirements.txt using the below command
pip install -r requirements.txt
Run the python file named app.py using the below command
python app.py
Right-click and edit the path inside the Windows Batch file named AutoGradientWallpaper.bat
Here, first give the absolute path to your python.exe (if virtual environment is used then give the path to python.exe in virtual environment).
Then, give the absolute path to our app.py file.
That's it, now create a copy of the AutoGradientWallpaper.bat in to your desktop (home screen). Double-click and enjoy.















