diff --git a/scripts/WhatsApp Word Occurrence per user find/README.md b/scripts/WhatsApp Word Occurrence per user find/README.md new file mode 100644 index 0000000..f40587d --- /dev/null +++ b/scripts/WhatsApp Word Occurrence per user find/README.md @@ -0,0 +1,14 @@ +This is a python script which will find how many times a word is used per person in an WhatsApp group conversation. + +To use this script you have to generate a text(.txt) file from whatapp application which can be done via Group chat>more>export_chat>without_media + +Copy that file to your PC,copy the file's(.txt) path for later use + +install matplotlib by excuting pip install matplotlib + +Excecute the script + +Paste the path to your text file,press enter + +Find the Keyword you want to find. +A plot showing the bar graph of the use cases of the entered keyword would be displayed if everything goes right!