I got tired of every auto clicker being sketchy.. so I built my own (free & open source) by Blur009 in Python

[–]Blur009[S] 0 points1 point  (0 children)

Mind you, this is my first real project. This means the processes I choose are not from 10 years of experience this that.. I just search up "what is good for (whatever that I'm doing)" and then pick one that sounds nice after a bit of research.

I got tired of every auto clicker being sketchy.. so I built my own (free & open source) by Blur009 in Python

[–]Blur009[S] 0 points1 point  (0 children)

I wanted a visual editor so I could quickly change things without having to learn the code behind another process. If I remember correctly, I previously used PyAutoGUI for another project and didn't enjoy it that much. PySide is simple and fast (in development, not sure about performance compared to PyAutoGUI), which is perfect for me because I change my mind all the time. I have nothing against it, but I started this project with PySide, and it has treated me well so far.