An open API service indexing awesome lists of open source software.

https://github.com/rowdyle/live-background

this is a script for runing a vidue as the wallpaper (live wallpaper)
https://github.com/rowdyle/live-background

live-wallpaper py wallpaper-app

Last synced: 7 months ago
JSON representation

this is a script for runing a vidue as the wallpaper (live wallpaper)

Awesome Lists containing this project

README

          

worke on windows 10,11.

worke on 1/2 monitors (didnt check on 3 but it will probly bee ez to do it for more to).

have a power save mode when the background is not visbale.

you nead to dawnlowd cv2 and pyqt5:
1. pres win + r
2. write cmd
3. paste the commends below:

pip install pyqt5

pip install opencv-python



and you nead to change in the backgrond.py the path to the video you want to live, it in the top after the imports its nead full root ("c:/path/to/your.mp4").


if you want to make it run with out the cli you nead to change the end of the file to .pyw
if you want it to run when you boot floow this steps:
1. pres win + r
2. wirte shell:startup
3. paste the py file in this folder