https://github.com/subhrajitprusty/wallgen
Generate HQ poly wallpapers
https://github.com/subhrajitprusty/wallgen
flask hq-poly-wallpapers image-manipulation python wallpaper wallpaper-generator
Last synced: 6 months ago
JSON representation
Generate HQ poly wallpapers
- Host: GitHub
- URL: https://github.com/subhrajitprusty/wallgen
- Owner: SubhrajitPrusty
- License: mit
- Created: 2018-08-27T08:51:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T19:38:59.000Z (almost 2 years ago)
- Last Synced: 2023-10-29T18:35:20.736Z (almost 2 years ago)
- Topics: flask, hq-poly-wallpapers, image-manipulation, python, wallpaper, wallpaper-generator
- Language: Python
- Homepage: http://subhrajitprusty.github.io/wallgen
- Size: 27.9 MB
- Stars: 184
- Watchers: 4
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WallGen

----
[](https://subhrajitprusty.github.io/wallgen/)Generates HQ poly wallpapers
- Make poly wallpapers over a gradient with random colors, or using custom colors
- Choose different shapes like hexagons, squares, and diamonds apart from triangles
- Apply polygons over a picture
- Make a [video](https://gist.github.com/SubhrajitPrusty/5f303202c615e42e12b1a640322f9fec) with polygonized style
- Make a gradient creation [video](https://gist.github.com/SubhrajitPrusty/e994ce8f3b643382328c1c779893a721)
- Make a cool polygonal [video](https://gist.github.com/SubhrajitPrusty/37cf527ca4d92ed4a19af91099984b51)
- Dont have `Python`? Use the [website](https://subhrajitprusty.github.io/wallgen/) (Limited capabilites)## Installation
**Requires Python 3**
Via pip
```pip
pip install -e git+https://github.com/SubhrajitPrusty/wallgen#egg=wallgen
```Clone the repository
```
git clone https://github.com/SubhrajitPrusty/wallgen.gitcd wallgen
pip install --editable .
```## Usage
`wallgen`
```
Usage: wallgen [OPTIONS] COMMAND [ARGS]...Options:
-h, --help Show this message and exit.Commands:
pic Use a picture instead of a gradient
poly Generates a HQ low poly image using a gradient
shape Generates a HQ image of a beautiful shapes
slants Generates slanting lines of various colors```
----
## Usage Docker for hosting the website
Inside the folder
docker run -d -p 5000:5000 subhrajitprusty/wallgen
Run `docker ps` to check if container is running.
Goto [localhost:5000](http://localhost:5000) to check out the website.
## Examples
[Here](./examples.md)