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

https://github.com/j-city/wallpapergen

Script for generate wallpaper
https://github.com/j-city/wallpapergen

generator minimalistic script wallpaper

Last synced: 4 months ago
JSON representation

Script for generate wallpaper

Awesome Lists containing this project

README

          

# gen color wall

### oil.py

#### Install dependencies
```
pip install argparse numpy
```

| Before | After |
| --- | --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/image/in.jpg) | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/oil.jpg) |

### gradientwall.py

#### Install dependencies
```
pip install argparse pillow
```

| Type | Example |
| --- | --- |
| Horizontal |![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/horizontal.png) |
| Obliquely | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/obliquely.png) |
| Vertical | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/vertical.png) |

### colorwall.py

#### Install dependencies
```
pip install argparse pillow webcolors
```

| Example |
| --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/color.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/colorH.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/colorV.png) |

### colorize.py

#### Install dependencies
```
pip install argparse pillow
```

| Before | After |
| --- | --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/image/in.jpg) | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/outColorize.png) |

### cld.py

#### Install dependencies
```
pip install argparse numpy
```

| Before | After |
| --- | --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/image/in.jpg) | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/cld.jpg) |

### triangle.py

#### Install dependencies
```
pip install argparse numpy pillow
```

| Before | After |
| --- | --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/image/1.jpg) | ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/triangle.png) |

### hex.py

TODO: add argparse

#### Install dependencies
```
pip install seaborn pillow
```

| Example |
| --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result1.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result2.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result3.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result4.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result5.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result6.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/hex/result7.png) |

### blur.py

TODO: add argparse

#### Install dependencies
```
pip install argparse pillow
```

| Example |
| --- |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/c.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/i_c.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/i_p.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/i_text.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/p.png) |
| ![img](https://github.com/J-CITY/wallpaperGen/blob/master/pic/blur/text.png) |