Python Forum
Is python suitable for game map scanning? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Is python suitable for game map scanning? (/thread-16715.html)



Is python suitable for game map scanning? - Securityfalcon - Mar-11-2019

So i haven't done any coding or learning on python yet. I want to start in the near future after my education is done

i want to learn to make the following kind of application

i play games like mobile strike, either on my phone or on a emulator on the pc.
I want to create something which would automatically scan the game map, scrolls over the map and exports data to a excel or word file showing
alliance name player name and coordinates x and Y

so the simply question is would python be the right kind of Programming language to do something like that. I would use it on the emulator on my pc not on the phone itself.