Skip to content

Commit

Permalink
Give the README a final polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Osvaldo Barrera committed Oct 26, 2017
1 parent e0961c0 commit e7c306d
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,42 @@ Please report any bugs at https://github.com/WhyNotHugo/python-barcode/issues
Requirements
------------

- Setuptools/distribute for installation (new in version 0.7beta4)
- Python 3.5 or above
- Program to open SVG objects (your browser should do it)
- Optional: PIL to render barcodes as images (PNG, JPG, ...)
- Setuptools/distribute for installation.
- Python 3.5 or above
- Program to open SVG objects (your browser should do it)
- Optional: PIL to render barcodes as images (PNG, JPG, ...)


Installation
------------

Make sure you have setuptools/distribute installed.

Unpack the downloaded file, cd into the pyBarcode directory and run
``python setup.py install``. Or just copy the barcode dir somewhere in
your PYTHONPATH.

The best way is to use pip: ``pip install python-barcode``.

You can also install manually by downloading the tarball, extracting it, and
running ``python setup.py install``.


Provided Barcodes
-----------------

EAN-8, EAN-13, EAN-14, UPC-A, JAN, ISBN-10, ISBN-13, ISSN, Code 39, Code 128, PZN
* EAN-8
* EAN-13
* EAN-14
* UPC-A
* JAN
* ISBN-10
* ISBN-13
* ISSN
* Code 39
* Code 128
* PZN


Todo
----

- Add documentation
- Add more codes
- Improve Python 3 support
- Add simple GUI
- Add documentation
- Add more codes

Usage
-----
Expand Down

0 comments on commit e7c306d

Please sign in to comment.