Scraping website → Morphological analysis → WordCloud Make a picture that consist of website's words. Using MeCab which is Japanese Morphological analysis engine. Setup Install MeCab with brew $ brew install mecab-ipadic Install MeCab for python $ pip install mecab-python3 Usage $ python app.py 'WEBSITE_URL'