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.
Install Dependencies: Install the required Python packages using pip:
```bash pip install flask qrcode[pil] python-barcode Pillow
Run the Application: Start the Flask server:
```bash python app.py
barcode-generator/
│
├── templates/
│ └── index.html # HTML file for the frontend interface
│
├── app.py # Main application file containing Flask routes and logic
│
└── README.md # This README file
Contributions are welcome! If you find any issues or have ideas for improvements, feel free to create an issue or submit a pull request.