wordcloud

Package — VisualizationPython 3.7+Intermediate

Generate word clouds from text data

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, Pillow, matplotlib
Install
pip install wordcloud

Learn by Difficulty

Quick Example

python
# Install: pip install wordcloud
import wordcloud

# Basic wordcloud usage
print(f"Using wordcloud")
# See documentation for detailed examples

wordcloud is a third-party package. Generate word clouds from text data. Install with: pip install wordcloud

Try in Playground

Tags

packagevisualizationchartingplotting