Skip to content

Commit 006e242

Browse files
authored
Update README.md
1 parent f58a1a8 commit 006e242

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,16 @@ Tic-tac-toe is a fun game that you can play any time and anywhere as long as you
131131
<img src="https://github.com/simran2104/Python-Projects/blob/main/Tictactoe/demo.gif">
132132
</p>
133133

134+
135+
136+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Word-Cloud"><h3>16. Word Cloud</h3></a>
137+
<p>Making a Word Cloud image Containing word's size based on their frequency.
138+
In this I have created a "Word Cloud" from a text by writing a script. This script needs to process the text, remove punctuation, ignore case and words that do not contain all alphabets, count the frequencies, and ignore uninteresting or irrelevant words. A dictionary is the output of the calculate_frequencies function. The wordcloud module will then generate the image from the dictionary.
134139
</p>
135140

141+
<p align="center">
142+
143+
<img src="https://github.com/simran2104/Word-Cloud/blob/master/download.png">
144+
</p>
145+
146+
</p>

0 commit comments

Comments
 (0)