├── .gitattributes ├── .gitignore ├── codeimg.png ├── deCodeImg.py ├── readme.md └── run.cmd /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoothin/ImgCodeCheck/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | test.jpg 3 | -------------------------------------------------------------------------------- /codeimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoothin/ImgCodeCheck/HEAD/codeimg.png -------------------------------------------------------------------------------- /deCodeImg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoothin/ImgCodeCheck/HEAD/deCodeImg.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoothin/ImgCodeCheck/HEAD/readme.md -------------------------------------------------------------------------------- /run.cmd: -------------------------------------------------------------------------------- 1 | python deCodeImg.py -m 2 | pause --------------------------------------------------------------------------------