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 5f075b9 commit 0486baaCopy full SHA for 0486baa
scripts/QR and Barcode Scanner/README.md
@@ -1,13 +1,12 @@
1
## How to run
2
+
3
1. Clone the repository
4
```
5
git clone [email protected]:GDSC-RCCIIT/General-Purpose-Scripts.git
6
7
2. Install the script requirements
8
- pip install pyzbar
9
- pip install numpy
10
- pip install opencv-python
+ pip install -r requirements.txt
11
12
3. Navigate to `QR and Barcode Scanner` directory
13
@@ -20,4 +19,3 @@
20
19
21
python scanner.py
22
23
-
scripts/QR and Barcode Scanner/requirements.txt
@@ -0,0 +1,3 @@
+pyzbar==0.1.8
+numpy==1.21.2
+opencv-python==4.5.3.56
0 commit comments