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

Latest commit

 

History

History
31 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.02 KB

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.