Python Forum
Is python the way to go for me ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Is python the way to go for me ? (/thread-10124.html)



Is python the way to go for me ? - python123 - May-14-2018

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


RE: Is python the way to go for me ? - DeaD_EyE - May-14-2018

I guess this can help: https://pyautogui.readthedocs.io/en/latest/


RE: Is python the way to go for me ? - wavic - May-14-2018

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.


RE: Is python the way to go for me ? - python123 - May-14-2018

alright im checking out PyAutoGUI :)