From 1299a7bea1b43f5a3764c21372874e671807859b Mon Sep 17 00:00:00 2001 From: Hugo Barrera Date: Mon, 31 Aug 2020 18:16:03 +0000 Subject: [PATCH] Replace pybarcode with python-barcode pybarcode has been dead for many years, and python-barcode is a drop-in replacement/fork of it which is actively maintained. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6c218..ac427cd 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [nude.py](https://github.com/hhatto/nude.py) - Nudity detection. * [pagan](https://github.com/daboth/pagan) - Retro identicon (Avatar) generation based on input string and hash. * [pillow](https://github.com/python-pillow/Pillow) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. -* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL. +* [python-barcode](https://github.com/WhyNotHugo/python-barcode) - Create barcodes in Python with no extra dependencies. * [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters. * [PyMatting](http://github.com/pymatting/pymatting) - A library for alpha matting. * [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.