Create README.md

This commit is contained in:
harsh 2023-01-13 23:09:28 +05:30 committed by GitHub
parent 1bcbba0817
commit 012ec3614c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!