BarcodeGenerator is a simple program written in python, that allows the user to easily create and adjust barcode Code-39
Use the package manager pip to use the source code of the BarcodeGenerator.
In the cloned directory open a command line/bash terminal and type:
on any linux distribution:
pip install -r $PWD/requirements.txtor on windows:
pip install -r %CD%/requirements.txtAnd for both install tkinter through system's repository.
Microsoft Visual C++ 14.0 is required for some packages. Get it with Build Tools for Visual Studio.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.