Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmetkca/hand-written-digit-barcode-generator
Handwritten barcode generator
https://github.com/ahmetkca/hand-written-digit-barcode-generator
barcode powershell python venv
Last synced: 8 days ago
JSON representation
Handwritten barcode generator
- Host: GitHub
- URL: https://github.com/ahmetkca/hand-written-digit-barcode-generator
- Owner: ahmetkca
- License: mit
- Created: 2021-03-27T18:44:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T21:08:52.000Z (about 3 years ago)
- Last Synced: 2024-05-30T02:19:06.815Z (7 months ago)
- Topics: barcode, powershell, python, venv
- Language: Python
- Homepage:
- Size: 586 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hand-written-digit-barcode-generator
[Project Report](Data_Structures_Project_Report.pdf)
### Step 1
> clone the repository
> ```
> git clone https://github.com/ahmetkca/hand-written-digit-barcode-generator.git
> ```### Step 2
> First create a python virtual environment
> ```
> py -m venv .venv
> ```### Step 3
> After you created the venv you need to activate it
>
> on Powershell
> ```
> .\.venv\Scripts\Activate.ps1
> ```
>
> on Command Prompt
> ```
> .venv\Scripts\activate.bat
> ```### Step 4
> You can install all the requirments by typing the following command (you need to activate venv first)
>
> ```
> pip install -r requirements.txt
> ```### Step 5
> You can configure the constants.py file before running the run.bat
>
> After you configured you can run the run.bat by
>
> on Powershell
> ```
> .\run.bat
> ```
>
> on Command Prompt
> ```
> run.bat
> ```### Step 6
> run.bat file will create thresholds.txt and barcodes.txt files
>
> You can run the program by typing following command on Powershell
> ```
> py .\search_similar_image.py
> ```### Step 7 (Optional)
> Optionally you can create image of barcode by typing following command
>
> ```
> py .\create_barcode_image.py
> ```
> this python file will create image representation of binary barcode