Metadata-Version: 2.1
Name: whatsapp_parse
Version: 0.2.2
Summary: A parsing library for WhatsApp chat logs
Home-page: https://github.com/HassnHamada/whatsapp-chat-parser.git
Author: Hassn Hamada
Author-email: hassneltokhy4@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas

# WhatsApp Chat Parser

## Introduction
WhatsApp Parser is a tool designed to simplify the process of parsing text data extracted from WhatsApp conversations. It aims to provide users with an easy-to-use interface for extracting meaningful information from chat logs, such as timestamps, sender names, and messages.

```
pip install whatsapp-parse
```

## Features
- Extract conversation data including date, time, sender, and message content.  
- Parse chat logs into a Pandas DataFrame
- Directly output a CSV file from the command line.

## Future Updates
- Add more output formats.
- Add media attachments handling.

## Contributing
We welcome contributions to the WhatsApp Chat Parser project. If you have suggestions or improvements, please open an issue or submit a pull request.

## Contact
For any questions or feedback, please contact me **Hassn Hamada** at hassneltokhy4@gmail.com.
