takuti · GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

18 Commits

Traverse a link tree given a root URL, and create a word cloud.

wordcloud

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

Readme

MIT license

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗