We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27ca3a commit 45e7aceCopy full SHA for 45e7ace
barcode_generator/readme.md
@@ -22,9 +22,10 @@ Mini-Python-Projects-Collections/
22
23
The `barcode_generator.py` script does the following:
24
25
-1. Generates barcodes in various formats such as Code128, EAN13, etc.
26
-2. Saves the generated barcode as an image file (PNG format).
27
-3. Accepts user input for the type of barcode and data to encode.
+1. Prompts the user to choose a barcode format from a list of available options.
+2. Allows the user to input data for the barcode generation.
+3. Generates the barcode image based on the input.
28
+4. Saves the generated barcode image in the `barcode_images/` directory.
29
30
## Requirements
31
0 commit comments