dummypackage12624

Dummy python package


Keywords
package, python, pytest, cicd, flake8, github-actions, kanban-board, mypy, pypi, tox
License
MIT
Install
pip install dummypackage12624==0.0.40

Documentation

logo

The chatInsights package make it easy to perform whatsApp group chat analysis using python.

A simple code example:

# import chatInsights class
from chatInsights import ChatInsights

# create obj of ChatInsights class
obj = ChatInsights(r'E:/chat.txt')
obj.active_users()
obj.active_year()
obj.active_month()
obj.active_day()
obj.word_cloud()
https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png
https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png  

Features

  • User activity stats
  • Weekly message stats
  • Monthly message stats
  • Yearly message stats
  • Word Cloud

Documentation

Updated soon.

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

Changelog

Consult the Changelog page for fixes and enhancements of each version.

License

Distributed under the terms of the MIT license.