Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronylpatil/test_package
Dummy python package
https://github.com/ronylpatil/test_package
cicd flake8 github-actions kanban-board mypy pypi pytest python tox
Last synced: about 23 hours ago
JSON representation
Dummy python package
- Host: GitHub
- URL: https://github.com/ronylpatil/test_package
- Owner: ronylpatil
- License: mit
- Created: 2024-06-09T12:12:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T05:51:09.000Z (7 months ago)
- Last Synced: 2024-12-17T19:46:55.943Z (28 days ago)
- Topics: cicd, flake8, github-actions, kanban-board, mypy, pypi, pytest, python, tox
- Language: Python
- Homepage: https://pypi.org/project/dummypackage12624/
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. 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%3AtestThe ``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 CloudDocumentation
-------------
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... _`MIT`: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/LICENSE