mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 07:16:59 +00:00
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.
This commit is contained in:
parent
d8d11da94d
commit
1299a7bea1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user