Metadata-Version: 2.1
Name: dummypackage12624
Version: 0.0.38
Summary: Dummy python package
Home-page: https://github.com/ronylpatil/test_package
Author: ronilpatil
Author-email: xyz@gmail.com
License: MIT
Project-URL: Source, https://github.com/ronylpatil/test_package
Project-URL: Bug Tracker, https://github.com/ronylpatil/test_package/issues
Project-URL: Changelog, https://github.com/ronylpatil/test_package/releases
Keywords: package,python,pytest
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: ensure==1.0.2
Provides-Extra: testing
Requires-Dist: pytest>=8.2.2; extra == "testing"
Requires-Dist: mypy>=1.10.0; extra == "testing"
Requires-Dist: flake8>=7.0.0; extra == "testing"
Requires-Dist: tox>=4.15.1; extra == "testing"
Requires-Dist: black>=24.4.2; extra == "testing"


.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg
    :align: center
    :height: 200
    :alt: logo  


.. image:: https://img.shields.io/pypi/v/chatInsights.svg
    :target: https://pypi.org/project/chatInsights/

.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg
    :target: https://pypi.org/project/chatInsights/

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/ci_pipeline.yaml/badge.svg
    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/cd_pipeline.yaml/badge.svg
    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest


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

A simple code example:

.. code-block:: python

       # 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()


.. list-table::
    :widths: 33 33 33
    :header-rows: 0

    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png
          :width: 330px
          :height: 190px
    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png
          :width: 330px
          :height: 190px
      -


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 <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.


Changelog
---------

Consult the `Changelog <https://github.com/ronylpatil/chatInsights/releases>`__ page for fixes and enhancements of each version.


License
-------

Distributed under the terms of the `MIT`_ license.


.. _`MIT`: https://github.com/ronylpatil/chatInsights/LICENSE
