Python Forum

Full Version: Is python the way to go for me ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, il try to make this as short as possible to not make you all fall asleep :D
(my programming english aint great so i hope you can understand what im trying to say)

im looking for a coding language to do the following:
send inputs to multiple programs (as human as possible) keyboard presses, and mouseclicks
being able to do pixelchecks(color)

i know some basics about coding, i used AutoHotkey for a long time to do this but it doesnt do the trick anymore.
is python the way to go for me or are there other coding languages i should look into ?

thank you in advance!

greetings, a coding newb :D <3
I don't know what pixelchecs is but Python has that great module called PyAutoGUI which is running on my other machine and is harvesting some resources ( stupid Flash game ) during my work here.
alright im checking out PyAutoGUI :)