Browse code

Add makefile and test data

Robert Cranston authored on 13/07/2025 20:14:43
Showing 1 changed files
... ...
@@ -11,5 +11,9 @@ Simple [Python 3][] [barcode][] detector.
11 11
 Licensed under the [ISC License][] unless otherwise noted, see the
12 12
 [`LICENSE`][] file.
13 13
 
14
+The images in [`tests`][] were obtained through internet search, license
15
+unclear.
16
+
14 17
 [ISC License]: https://choosealicense.com/licenses/isc
15 18
 [`LICENSE`]: LICENSE
19
+[`tests`]: tests
Browse code

Add license

Robert Cranston authored on 13/07/2025 20:14:08
Showing 1 changed files
... ...
@@ -5,3 +5,11 @@ Simple [Python 3][] [barcode][] detector.
5 5
 [`barcode`]: https://git.rcrnstn.net/rcrnstn/barcode
6 6
 [Python 3]: https://en.wikipedia.org/wiki/Python_(programming_language)
7 7
 [barcode]: https://en.wikipedia.org/wiki/Barcode
8
+
9
+## License
10
+
11
+Licensed under the [ISC License][] unless otherwise noted, see the
12
+[`LICENSE`][] file.
13
+
14
+[ISC License]: https://choosealicense.com/licenses/isc
15
+[`LICENSE`]: LICENSE
Browse code

Add readme

Robert Cranston authored on 13/07/2025 20:14:01
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+# [`barcode`][]
2
+
3
+Simple [Python 3][] [barcode][] detector.
4
+
5
+[`barcode`]: https://git.rcrnstn.net/rcrnstn/barcode
6
+[Python 3]: https://en.wikipedia.org/wiki/Python_(programming_language)
7
+[barcode]: https://en.wikipedia.org/wiki/Barcode