pytagcloud 썸네일형 리스트형 pytagcloud 0.3.5 pytagcloud: Create beautiful tag clouds as images or HTML from pytagcloud import create_tag_image, make_tags from pytagcloud.lang.counter import get_tag_counts YOUR_TEXT = "A tag cloud is a visual representation for text data, typically\ used to depict keyword metadata on websites, or to visualize free form text." tags = make_tags(get_tag_counts(YOUR_TEXT), maxsize=120) create_tag_image(tags, 'c.. 더보기 이전 1 다음