You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of Python scripts designed to streamline various tasks related to managing emails and PDF attachments. Easily extract clean email text, classify emails as automated or human-generated, process PDFs, and automatically fill PDF forms using saved user profile data.
This repository contains a Python script that converts `.eml` email files into structured `.docx` documents. It uses BeautifulSoup for HTML parsing and python-docx for document creation, making email data easy to read and access. 🐱💻📧