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

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

Awesome Lists containing this project

README

          

# DynamicWall

### wallSetter.py

Create wallpaper with dynamic content

#### Dependencies:
```
pip install argparse pywin32 win32com pywintypes pythoncom
```

![Imgur](https://github.com/J-CITY/dynamicWall/blob/master/screens/0.png)

### 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
```