mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-18 07:17:03 +00:00
Create README.md
This commit is contained in:
parent
1bcbba0817
commit
012ec3614c
14
scripts/WhatsApp Word Occurrence per user find/README.md
Normal file
14
scripts/WhatsApp Word Occurrence per user find/README.md
Normal 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!
|
Loading…
Reference in New Issue
Block a user