sephiroth7712 / bar-gen-print

A flask application to generate and send commands to connected printers to print the barcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bar-gen-print

A flask application to generate and send commands to connected printers to print the barcode.

Index

Installation

Running Locally

Make sure you have python-2.7.15 and pip installed.

  1. Clone or download the repository
	$ git clone https://github.com/sephiroth7712/bar-gen-print.git
	$ cd bar-gen-print
  1. Install Dependencies
	$ pip install -r requirements.txt
  1. Start the application
	$ python app.py

Your app server should now be running locally.

Modules Used

  1. svgwrite
  2. Flask
  3. pyBarcode
  4. Werkzeug

Getting Started with the Application

Generating a barcode

  1. Run the application to start the app server
  $python app.py
  1. Go to link http://0.0.0.0:5000/
  2. Choose the barcode format
  3. Enter value of the barcode and click on submit to view the generated barcode.

Project is still under development and as such the Readme will be updated.

About

A flask application to generate and send commands to connected printers to print the barcode.

License:The Unlicense


Languages

Language:Python 90.9%Language:HTML 6.0%Language:CSS 3.0%