Skip to content

zachary822/sysbio_wiki_wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems Biology Wordcloud Generator

License: MIT

Introduction

A program that generates a word cloud for Dr. Christine Vogel's Systems Biology Wiki page.

Installation

git clone https://github.com/zachary822/sysbio_wiki_wordcloud.git
cd sysbio_wiki_wordcloud
python3 setup.py install

Usage

CLI

# use the -h option to see detailed description
sysbio_wiki_wordcloud -o [OUTPUT] --width [WIDTH] --height [HEIGHT]

Programmatic

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.

Result

word cloud

License

MIT

About

A program that generates a word cloud for Dr. Christine Vogel's Systems Biology Wiki page.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages