Here we make a wordcloud using wordcloud and matplotlib libraries .Extracting all the words from the text file present in the same folder.Here we will also note that no word repeats again so we use stopword for that. Here we can change the backgroud colour and also customise the size of letters.
->matplotlib ->wordcloud
Here we need to write the text in the text file and using wordcloud we will fetch the words from text and make the wordclud.
We need to make a text file in the same folder and write the sentecnces from which you want to make wordcloud , then we just need to run the program.
Neel Shah