Barcode.Generator

Barcode Generator

This project is a web-based application that allows users to generate barcodes and QR codes. The application is built using Flask (Python) for the backend, and HTML/CSS for the frontend. Users can input text and select a barcode type to generate and download the corresponding barcode or QR code image.

Screenshot of the Barcode Generator

Features

Technologies Used

Installation and Setup

Prerequisites

Installation Steps

  1. Clone the Repository: ```bash git clone https://github.com/yourusername/barcode-generator.git cd barcode-generator
  2. Install Dependencies: Install the required Python packages using pip:

    ```bash pip install flask qrcode[pil] python-barcode Pillow

  3. Run the Application: Start the Flask server:

    ```bash python app.py

  4. Access the Application: Open your web browser and navigate to http://127.0.0.1:5000/ to use the barcode generator.

Usage