Skip to content

WeridFire/WhatsAppChatAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Chat Analyzer

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:

hist_mess_per_day

pie_mess

hist_most_words

Features

  • Analyze message frequency over time
  • Calculate word counts and most frequent words
  • Visualize chat activity using matplotlib

Requirements

  • Python 3
  • matplotlib

Installation

You can install the required packages using pip:

pip install matplotlib

Analyze your first chat

Base Configuration

  1. Clone this Repository.
  2. Export the relevant chat from WhatsApp and rename it "chat.txt".
  3. Place the "chat.txt" file in the cloned folder.

Personalize your Data

  • "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.

About

Just a cool tool for hists enjoyer like me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages