EAN13 barcode generator.
# install poetry
curl -sSL https://install.python-poetry.org | python3 -
# open project repository
# install dependencies
poetry install --no-root
# activate virtual env
poetry shell
streamlit run src/__main__.py
task formatting # to format code and sort imports
task mypy # to check hard typing