https://github.com/j-city/dynamicwall
Generate wallpaper with dynamic content
https://github.com/j-city/dynamicwall
Last synced: over 1 year ago
JSON representation
Generate wallpaper with dynamic content
- Host: GitHub
- URL: https://github.com/j-city/dynamicwall
- Owner: J-CITY
- Created: 2020-06-10T10:03:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T14:20:33.000Z (over 1 year ago)
- Last Synced: 2025-03-04T15:27:43.370Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DynamicWall
### wallSetter.py
Create wallpaper with dynamic content
#### Dependencies:
```
pip install argparse pywin32 win32com pywintypes pythoncom
```

### dynamicWall.py
Set html as wallpaper (have problem in window 11)
#### Dependencies:
```
pip install pywin32 PyQtWebEngine
```
### filters.py
Add filter ti image. You could add any combination by call mathods in python
#### Dependencies:
```
pip install cv2 PILasOPENCV numpy scipy
```