This script allows you to analyze your WhatsApp chat messages and visualize various statistics using Python.
Here are some examples of the graphs that are created:
- Analyze message frequency over time
- Calculate word counts and most frequent words
- Visualize chat activity using matplotlib
- Python 3
- matplotlib
You can install the required packages using pip:
pip install matplotlib- Clone this Repository.
- Export the relevant chat from WhatsApp and rename it "chat.txt".
- Place the "chat.txt" file in the cloned folder.
-
"stopwords.txt": write here the words you DON'T want to count in the graphs.
-
"specialwords.txt": including words here will create a special hist about them. Too many words here can lead to worst results.


