Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Caucus Emailing using SMTP (with earlier prototypes using SendGrid)

License

Notifications You must be signed in to change notification settings

Junior-Caucus-SU/Caucus-Emailing

Repository files navigation

JProm Email & Barcode Generator

link

link2

link3

JProm Email & Barcode Generator

This project is a Python-based email and barcode generator. It uses various libraries to generate barcodes, send emails, and handle other related tasks.

Getting Started

To get started with this project, clone the repository and install the required dependencies listed in the requirements.txt file.

pip install -r requirements.txt

Usage

The main scripts of this project are located in the Main directory. Here's a brief overview of what each script does:

attachFile.py: Handles file attachments for emails. CreateBarcode.py: Generates barcodes. Final.py: The main script that ties everything together. SendEmail.py: Handles the sending of emails. SplitData.py: Splits data for processing.