معرفی شرکت ها


chatclouds-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Allows you to make wordclouds for your Whatsapp Chats
ویژگی مقدار
سیستم عامل -
نام فایل chatclouds-0.0.5
نام chatclouds
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ishant Juyal
ایمیل نویسنده ishantnit@gmail.com
آدرس صفحه اصلی https://github.com/ishantjuyal/chatcloud
آدرس اینترنتی https://pypi.org/project/chatclouds/
مجوز MIT
Overview: Chatclouds is a wordcloud library which allows you to create and save a wordcloud of your whatsapp chats. The library uses wordcloud library to generate images. The preprocessing of the text from the txt files are already taken care of. The only thing you need to do is to extract your chat from WhatsApp and then using that file in your python code. Importing chatclouds: import chatclouds Functions: 1. show() Code: from chatclouds import show show(filename) # filename needs to be the name/ path of txt file containing your WhatsApp Chat. What it does: show() function returns an image of the WordCloud that has been formed from the chat after preprocessing the text and removing all the stopwords. 2. save() Code: from chatclouds import save save(filename) # filename needs to be the name/ path of txt file containing your WhatsApp Chat. What it does: show() function saves a .png image of the WordCloud that has been formed from the chat after preprocessing the text and removing all the stopwords. 3. plot_time() Code: from chatclouds import common plot_time(filename) # filename needs to be the name/ path of txt file containing your WhatsApp Chat. What it does: plot_time() function plots and shows a bar plot of number of messages on the y axis and 1 hour time slots on x axis. 4. common() Code: from chatclouds import common common(filename) # filename needs to be the name/ path of txt file containing your WhatsApp Chat. What it does: common() function prints the 20 most frequently used word in the chat between two people. Change Log =========== 0.0.4 (23/11/2020) -------------------- - Fourth Release 0.0.5 (24/11/2020) -------------------- - Fifth Release


نیازمندی

مقدار نام
- wordcloud
- matplotlib
- pandas
- contractions


نحوه نصب


نصب پکیج whl chatclouds-0.0.5:

    pip install chatclouds-0.0.5.whl


نصب پکیج tar.gz chatclouds-0.0.5:

    pip install chatclouds-0.0.5.tar.gz