updated README.md
added python version and disclaimer about scanners
This commit is contained in:
parent
aa0a9a5514
commit
4cd7d931b1
@ -15,10 +15,19 @@ The Python scripts used for this purpose are in the folders [python/latex_gen](p
|
|||||||
The other scripts used for code generation or scanning are simply put in the [python](python) directory.
|
The other scripts used for code generation or scanning are simply put in the [python](python) directory.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
I used Python 3.6 to run the scripts but any Python version above 3 should work.
|
||||||
|
|
||||||
Most scripts require [Pygame](https://pypi.org/project/pygame/) and [NumPy](https://pypi.org/project/numpy/).
|
Most scripts require [Pygame](https://pypi.org/project/pygame/) and [NumPy](https://pypi.org/project/numpy/).
|
||||||
Some also need [imutils](https://pypi.org/project/imutils/).
|
Some also need [imutils](https://pypi.org/project/imutils/).
|
||||||
|
|
||||||
The scanners work using [OpenCV](https://pypi.org/project/opencv-python/)
|
The scanners work using [OpenCV](https://pypi.org/project/opencv-python/)
|
||||||
|
|
||||||
|
### Scanners
|
||||||
|
|
||||||
|
The QR-Code scanner can currently only read version 1 codes. This will be improved in the near future.
|
||||||
|
|
||||||
|
The Lycacode scanners, both normal and mini, require that the code is as flat as possible. It may not work properly if there are bumps, folds or curvature on the code.
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
All rights are reserved to the author. For inquiries, please contact me through the [discussions tab](https://github.com/LordBaryhobal/5D_Heredero_Louis_TM2022/discussions) or at lordbaryhobal+tm@gmail.com
|
All rights are reserved to the author. For inquiries, please contact me through the [discussions tab](https://github.com/LordBaryhobal/5D_Heredero_Louis_TM2022/discussions) or at lordbaryhobal+tm@gmail.com
|
||||||
|
Loading…
Reference in New Issue
Block a user