Skip to content

hfejdyfmk/Automation_in_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Cloud

Requirement

Create a "word cloud" from text by writing a script. This script will:

  • process the text
  • remove punctuation
  • ignore case (i.e. do not distinguish word in lower case and upper case)
  • ignore words that do not contain all alphabets
  • count the frequencies
  • ignore uninteresting or irrelevant words.

Source of project topic: Crash Course on Python, from Google on Coursera

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages