drogbadvc / st-wordcloud

Streamlit WordCloud React D3

Home Page:https://pypi.org/project/st-wordcloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit - WordCloud React

A Streamlit simple component to display WordCloud.

Install

pip install st-wordcloud

Usage

from st_wordcloud import st_wordcloud

words = [{"text": "Python", "value": 500, "topic": "lol"}, {"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80}]

st_wordcloud(words, width=800, height=600)

About

Streamlit WordCloud React D3

https://pypi.org/project/st-wordcloud/

License:MIT License


Languages

Language:Python 49.7%Language:TypeScript 46.3%Language:HTML 4.0%