Welcome to the MMOLEARN.COM

Build your first Dropshipping, Online Course, Affiliate, Blog, Business, Optin, etc, WEBSITE and make money with us. We offer over 10.000+ Wordpress Plugins & Themes which will let you build ANYTHING. Plus we have nice community which likes to gossip about building websites and making some money online! Its really easy to do when we have everything you need to BUILD anything you WANT. Hope you enjoy your stay and have a beautiful day with us!

or Register
gifd

Programs Like PyAutoGUI for Automating Computer Applications

Tensco

Active member

Reputation: 26%
Joined
Aug 15, 2018
Messages
210
Reaction score
18
Points
36
Although I know about many Python automation tools, I haven’t found one that’s great at automating PC applications or interfaces. PyAutoGUI is useful, but it has some downsides, especially when it comes to inspecting elements. It mainly relies on image recognition or tracking positions, which can be tricky because images might change or look too similar. A better option would let you inspect elements, making it work better with changing interfaces.
 

Editorksta

Well-known member

Reputation: 31%
Joined
Jul 6, 2019
Messages
220
Reaction score
32
Points
56
I have AutoGPT and have heard of macros. RPA bots can do many web tasks.

Here's some information about AutoGPT:
"In short, while AutoGPT can help with automation on a basic level, doing fully automatic tasks (like software installation or payment processing) is still tricky. It would probably need other systems or extra programming to make it completely hands-free.
 

Tensco

Active member

Reputation: 26%
Joined
Aug 15, 2018
Messages
210
Reaction score
18
Points
36
I have AutoGPT and have heard of macros. RPA bots can do many web tasks.

Here's some information about AutoGPT:
"In short, while AutoGPT can help with automation on a basic level, doing fully automatic tasks (like software installation or payment processing) is still tricky. It would probably need other systems or extra programming to make it completely hands-free.

You mentioned web tasks, but I'm looking for a module that can handle the system interface itself, like switching between different apps.
 

FinestNyc

Active member

Reputation: 27%
Joined
Apr 13, 2018
Messages
212
Reaction score
19
Points
38
A good AI vision model can help you reach your goal.

Feel free to PM me if you'd like to talk more about it.
 

Tevetto

Well-known member

Reputation: 33%
Joined
Jun 5, 2019
Messages
216
Reaction score
35
Points
76
PyAutoGUI is good, but have you tried Tkinter?
 

Editorksta

Well-known member

Reputation: 31%
Joined
Jul 6, 2019
Messages
220
Reaction score
32
Points
56
I’m keeping an eye on this thread for more ideas. Have you ever heard of batch files?

"Basically, a batch file can help with simple tasks like opening programs, running scripts, or organizing files as part of your automation. It works well with tools like PyWinAuto by running commands smoothly." - GPT
 

Cetical

Well-known member

Reputation: 35%
Joined
Jun 11, 2019
Messages
244
Reaction score
43
Points
66
Although I know about many Python automation tools, I haven’t found one that’s great at automating PC applications or interfaces. PyAutoGUI is useful, but it has some downsides, especially when it comes to inspecting elements. It mainly relies on image recognition or tracking positions, which can be tricky because images might change or look too similar. A better option would let you inspect elements, making it work better with changing interfaces.

I knew the name, I just forgot it. I’ll come back and share it later.
 

Marysis

Well-known member

Reputation: 37%
Joined
Mar 11, 2019
Messages
263
Reaction score
42
Points
69
PyAutoGUI is good, but have you tried Tkinter?

Tkinter isn’t a tool for automation.

Although I know about many Python automation tools, I haven’t found one that’s great at automating PC applications or interfaces. PyAutoGUI is useful, but it has some downsides, especially when it comes to inspecting elements. It mainly relies on image recognition or tracking positions, which can be tricky because images might change or look too similar. A better option would let you inspect elements, making it work better with changing interfaces.

I think the most well-known alternative is AutoHotkey, but if you want to stick with Python, you should try PyWinAuto.
 
Top Bottom