This project is a Python-based email and barcode generator. It uses various libraries to generate barcodes, send emails, and handle other related tasks.
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
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.