Skip to content

gurza/liitle-zebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

little-zebra

This Telegram bot shows how easy it is to decode barcodes.

Setup

Install ZBar library, it is used for detecting and decoding barcodes of different types.

macOS

brew install zbar

Ubuntu

sudo apt-get install libzbar-dev libzbar0

Next install bot dependencies

  1. aiogram - asynchronous framework for Telegram Bot API
  2. PIL - package to work with images
  3. pyzbar - package to work with ZBar library
pip install -r requirements.txt

About

A simple Telegram bot designed to demonstrate how easy to decode a barcode without additional devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages