Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Traverse a link tree given a root URL, and create a word cloud.
Installation
$ pip install git+https://github.com/takuti/cloudtree.git
Usage
from cloudtree import CloudTree tree = CloudTree('https://takuti.me/') tree.traverse() tree.to_wordcloud() tree.to_file('wordcloud.png')
About
Create a word cloud based on link-tree traversal given a root URL
Resources
Stars
0 stars
Watchers
1 watching
