mirror of
https://github.com/StefBuwalda/whatsapp-wordcloud.git
synced 2025-10-29 18:59:58 +00:00
11 lines
180 B
Markdown
11 lines
180 B
Markdown
# whatsapp-wordcloud
|
|
whatsapp chat data in /data as _chat.txt
|
|
```bash
|
|
python -m venv .venv
|
|
```
|
|
```bash
|
|
.\.venv\Scripts\activate.bat
|
|
```
|
|
```bash
|
|
pip install -r requirements.txt
|
|
``` |