isarvesh / news-word-clouds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News word clouds using Python

Word clouds, which are images showing scattered words in different sizes, are a popular way to visualize large amounts of text. Words that appear more frequently in the given text are larger, and less common words are smaller or not shown at all.

This is a web application using Python and Flask that transforms the latest news stories into word clouds and displays them to our visitors.tricks about web scraping, RSS feeds, and building image files directly in memory along the way.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About


Languages

Language:Python 58.9%Language:HTML 41.1%