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)
- Host: GitHub
- URL: https://github.com/rowdyle/live-background
- Owner: rowdyle
- License: mpl-2.0
- Created: 2024-10-05T16:11:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T23:07:35.000Z (8 months ago)
- Last Synced: 2025-02-16T00:17:56.427Z (8 months ago)
- Topics: live-wallpaper, py, wallpaper-app
- Language: Python
- Homepage:
- Size: 94.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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