Hey guys.
I am using the pyBarcode and dateandtime modules to generate a ean13 barcode that has the time and date as a string. All going well.
Now, I have 2 queries:
1. The last digit in the ean13 is changing randomly. I tried to simply add a number as a string to it as a last digit. But in vain. What may be the issue?
2. I want to now send this barcode to a Libre Office Word application for maintaining records. Is that at all possible using python?
I have a button interfaced. Everytime I press the button, a new barcode is generated. I want this to automatically be recorded into a libre office Writer. How would I go about it? Is it possible?