0xPrateek / Photoroid

Fastest Image scanner using openCV & Dhash :rocket:
GNU General Public License v3.0
45 stars 21 forks source link

Improving command-line arguments and changing hard-coded paths for image files #9

Closed RedDocMD closed 4 years ago

RedDocMD commented 4 years ago

Currently, Photoroid does not run as a script. It also has the template image storage directory as well as the images-to-match directory hard-coded. These can be entered by the user interactively as well as directly from the command-line via arguments.

RedDocMD commented 4 years ago

I would like to work on resolving this issue

0xPrateek commented 4 years ago

Sounds Good..! I am assigning you for this issue. Make sure to update your progress by commenting on this issue.

RedDocMD commented 4 years ago

I am going to make a wrapper script in Bash. This will work in Linux and Mac, and Windows as well since Windows now natively supports Bash scripts.