SubhrajitPrusty / Wallgen
Licence: mit
Generate HQ poly wallpapers
Stars: ✭ 153
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Wallgen
Popbot
Color splash effects using Deep Learning
Stars: ✭ 61 (-60.13%)
Mutual labels: flask, image-manipulation
Tsit
[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation
Stars: ✭ 141 (-7.84%)
Mutual labels: image-manipulation
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-5.23%)
Mutual labels: wallpaper
Tedivms Flask
Flask starter app with celery, bootstrap, and docker environment
Stars: ✭ 142 (-7.19%)
Mutual labels: flask
Angular2 Flask
Simple angular2 app with python-flask backend ( Learning Angular2 )
Stars: ✭ 152 (-0.65%)
Mutual labels: flask
Upload Demo
Uploading a large file by fragmentation, powered by Flask and WebUploader.
Stars: ✭ 144 (-5.88%)
Mutual labels: flask
Oguri
A very nice animated wallpaper daemon for Wayland compositors (WIP: https://github.com/vilhalmer/oguri/milestone/1)
Stars: ✭ 141 (-7.84%)
Mutual labels: wallpaper
Word2vec Spam Filter
Using word vectors to classify spam messages
Stars: ✭ 149 (-2.61%)
Mutual labels: flask
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (-7.84%)
Mutual labels: image-manipulation
Bento
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
Stars: ✭ 147 (-3.92%)
Mutual labels: flask
Gpu Sentry
Flask-based package for monitoring utilisation of nVidia GPUs.
Stars: ✭ 153 (+0%)
Mutual labels: flask
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-0.65%)
Mutual labels: flask

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 with polygonized style
- Make a gradient creation video
- Make a cool polygonal video
- Dont have
Python
? Use the website (Limited capabilites)
Installation
Requires Python 3
Via pip
pip install -e git+https://github.com/SubhrajitPrusty/wallgen#egg=wallgen
Clone the repository
git clone https://github.com/SubhrajitPrusty/wallgen.git
cd 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 to check out the website.
Examples
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].