Skip to content

Tool based on wordcloud to create pretty renders

Notifications You must be signed in to change notification settings

nikwl/image_cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_cloud

A little function based on the word_cloud generator to create a cloud, but with images.

Image Cloud

Installation

Install wordcloud via pip

pip install wordcloud

Then import the CloudBuilder and get started!

from PIL import Image
from image_cloud import CloudBuilder

cloud = CloudBuilder(height=2000, width=2000)
canvas = cloud.generate(imgs, retries=10)
Image.fromarray(canvas).save("image_cloud.png")

About

Tool based on wordcloud to create pretty renders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages