Metadata-Version: 2.1
Name: generate_barcode
Version: 0.2.0
Summary: Ein Modul zur Generierung von allen Barcode-Versionen
Home-page: https://github.com/deeptutorials/generate-barcode
Author: DeepTutorials
Author-email: deeptutorilas.sellpass@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow>=8.0.0
Requires-Dist: python-barcode>=0.13.1

# pyscripts

`pyscripts` is a Python module that provides functions to generate barcodes and Pfandbons.

## Installation

WINDOWS
```
python.exe setup.py install
after that
python.exe setup.py build 
atfter that 
python.exe -m pip install pyscripts
```
LINUX
```
python3 setup.py install
python3 setup.py build 
pip3 install pyscripts
