Python Forum
Which libraries for generating keyword cloud from results of Google SERP ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Which libraries for generating keyword cloud from results of Google SERP ? (/thread-17903.html)



Which libraries for generating keyword cloud from results of Google SERP ? - 123 - Apr-28-2019

Hello!
In Python, generating keyword cloud from results of Google SERP - which libraries, methods can I use, what would be elements to consider?


RE: Python - buran - Apr-28-2019

https://github.com/amueller/word_cloud
https://www.datacamp.com/community/tutorials/wordcloud-python


RE: Which libraries for generating keyword cloud from results of Google SERP ? - 123 - Apr-28-2019

Thank you for your answer!
So, information included in this article also relates to Google SERP?


RE: Which libraries for generating keyword cloud from results of Google SERP ? - buran - Apr-28-2019

(Apr-28-2019, 07:09 PM)123 Wrote: So, information included in this article also relates to Google SERP?
It's a python package to create word-cloud. it's up to you to use with data from Google SERP. Or do I misunderstand your question?


RE: Which libraries for generating keyword cloud from results of Google SERP ? - 123 - Apr-28-2019

No, thanks again!)