A program that generates a word cloud for Dr. Christine Vogel's Systems Biology Wiki page.
git clone https://github.com/zachary822/sysbio_wiki_wordcloud.git
cd sysbio_wiki_wordcloud
python3 setup.py install
# use the -h option to see detailed description
sysbio_wiki_wordcloud -o [OUTPUT] --width [WIDTH] --height [HEIGHT]
import sysbio_wiki_wordcloud
sysbio_wiki_wordcloud.save_word_cloud("wordcloud.png", width=1920, height=1080)
This generates a wordcloud file of specific width and height.