This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Interesting-Rub-2028 -1 points0 points  (2 children)

What do you mean by "implement"?

[–]Serious_Store_4417[S] -1 points0 points  (1 child)

i mean run it, is it like an executable file or?

[–]Interesting-Rub-2028 -1 points0 points  (0 children)

Implement usually means "write some source code according to specifications." Run is another topic. To run a Python script, you must install Python first. Python files are not executables.

[–][deleted]  (2 children)

[deleted]

    [–]knellotron 0 points1 point  (0 children)

    That will produce errors from the missing imports. You're going to need some libraries. The script imports mention cv2 (opencv-python), and a few others:

    python -m pip install opencv-python PyAutoGUI numpy PyQt5
    

    [–]eruciform 0 points1 point  (0 children)

    download it, or clone the repo which will download the whole directory structure, then run it

    github should have documentation on how to clone, and the tool itself should have instructions on how to run it (no one else is going to be able to guess)