Skip to content

Commit 45e7ace

Browse files
committed
Readme file updated| Version_2
1 parent a27ca3a commit 45e7ace

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

barcode_generator/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Mini-Python-Projects-Collections/
2222

2323
The `barcode_generator.py` script does the following:
2424

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.
25+
1. Prompts the user to choose a barcode format from a list of available options.
26+
2. Allows the user to input data for the barcode generation.
27+
3. Generates the barcode image based on the input.
28+
4. Saves the generated barcode image in the `barcode_images/` directory.
2829

2930
## Requirements
3031

0 commit comments

Comments
 (0)