The Barcode Generator is a simple Python application that allows users to create PDF documents containing a specified number of barcodes. Currently, the application supports generating Code 128 barcodes, which are commonly used in various industries for inventory and tracking purposes. The user-friendly graphical interface simplifies the process of entering the desired number of barcodes, making it accessible for anyone to use.
- Generate a specified number of barcodes.
- Save the generated barcodes in a PDF file on the user's desktop.
- Easy-to-use graphical user interface (GUI) built with Tkinter.
- Customizable barcode dimensions and layout.
- Python 3.x
- ReportLab library
- Tkinter library (included with Python)
- Clone this repository to your local machine:
git clone https://github.com/Xhall1/Barcode-Generator.git
- Navigate to the project directory:
cd Barcode-Generator - Install the required libraries:
pip install reportlab
- Run the application:
python QrCode.py
- Enter the number of barcodes you want to generate in the input field.
- Click the "Generate Barcodes" button.
- The generated PDF file will be saved on your desktop with the name
Barcodes.pdf.
Script made by San (Xhall1)
This project is licensed under the MIT License. See the LICENSE file for details.