Skip to content

Sztosik/UP-EAN-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UP-EAN-13

EAN13 barcode generator.

Technologies

  • Streamlit - Visualization of the results.
  • OpenCV - EAN13 code generation.

Instalation

# install poetry
curl -sSL https://install.python-poetry.org | python3 -

# open project repository

# install dependencies
poetry install --no-root

# activate virtual env
poetry shell

Run project

streamlit run src/__main__.py

Tasks

task formatting  # to format code and sort imports
task mypy        # to check hard typing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages