Text reading bot? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Text reading bot?

How to make a bot that takes a screenshot every 5s and then searches for a text,now when it finds text i want it to pick the most bottom one left(bcs on the right is my text),then make that text a variable,and then compare it to some variable(like string x = "listofcomm")and if matched then send a text corresponding to it?example x = text from image; y = "router password" String ytext = "Password is 1234432100" If (x == y) { sendText(ytext); }

15th May 2020, 2:24 PM
Ilhan
Ilhan - avatar
0 Answers