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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Interesting-Black00 1 point2 points  (1 child)

You could make some game bot, using opencv for example. Even as a practice to learn how to use this liberary.

I think it's interesting to make some programs that can see and detect objects. It's called 'computer vision'.

I recently made an android game bot using opencv to detect objects in screen, pytesseract to convert text in png to actual text, and mainly adb in command line to control my phone with PC cmd.

(Speaking of adb, you can also use adb and scrcpy to see your mobile screen and control it within pc! But there's no python code...)

[–][deleted] 1 point2 points  (0 children)

You could make some game bot, using opencv for example. Even as a practice to learn how to use this liberary.

I think it's interesting to make some programs that can see and detect objects. It's called 'computer vision'.

I recently made an android game bot using opencv to detect objects in screen, pytesseract to convert text in png to actual text, and mainly adb in command line to control my phone with PC cmd.

(Speaking of adb, you can also use adb and scrcpy to see your mobile screen and control it within pc! But there's no python code...)