10000 GitHub - matthew-morrison/ebook-wordcloud: A short program to create wordclouds from ebooks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matthew-morrison/ebook-wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ebook Wordcloud Creator

A python script which creates a wordcloud from an Ebook.

This is just a little script I wrote in late 2017 so I could easily see the most common words in my favourite books.

Requirements

python3

wordcloud

pip install wordcloud

BeautifulSoup4

pip install beautifulsoup4

or

apt-get install python3-bs4

Usage

If you have an ebook with the name "The Eye of the World - Robert Jordan.epub" you would use the following command.

$python ebookart.py The Eye of the World - Robert Jordan.epub

Sidenote

I've added this code to Doraemon the python discord bot so that users can see wordclouds made out of the words they've said on the server.

About

A short program to create wordclouds from ebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0