All Projects → SubhrajitPrusty → Wallgen

SubhrajitPrusty / Wallgen

Licence: mit
Generate HQ poly wallpapers

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
Portfoliohub
Your portfolio is captured here!
Stars: ✭ 152 (-0.65%)
Mutual labels:  flask
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
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (-3.27%)
Mutual labels:  wallpaper
Origami
🔓 🔑 🔐 Origami: Artificial Intelligence as a Service
Stars: ✭ 140 (-8.5%)
Mutual labels:  flask
Angular2 Flask
Simple angular2 app with python-flask backend ( Learning Angular2 )
Stars: ✭ 152 (-0.65%)
Mutual labels:  flask
Jmilkfan S Blog
JmilkFan's Blog with Python-Flask
Stars: ✭ 150 (-1.96%)
Mutual labels:  flask
Upload Demo
Uploading a large file by fragmentation, powered by Flask and WebUploader.
Stars: ✭ 144 (-5.88%)
Mutual labels:  flask
Mybolg
python+flask做的一个小blog
Stars: ✭ 142 (-7.19%)
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
Starnet
StarNet
Stars: ✭ 141 (-7.84%)
Mutual labels:  image-manipulation
Dmskin Wallpaper Maker
Windows 桌面动态壁纸 视频壁纸
Stars: ✭ 151 (-1.31%)
Mutual labels:  wallpaper
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (-7.84%)
Mutual labels:  image-manipulation
Dino
Distributed notifications using websockets
Stars: ✭ 142 (-7.19%)
Mutual labels:  flask
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
logo

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

Here

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].