SpamixOfficial / OpenClick

Autoclicker for Linux based systems and Windows
GNU General Public License v3.0
23 stars 3 forks source link

Add a GUI and make it wayland compatible #24

Open SpamixOfficial opened 7 months ago

SpamixOfficial commented 7 months ago

Add a GUI since a CLI isn't very user friendly to the non-tech-savvy users.

To make it wayland compatible we could try using this: https://github.com/tuomasjjrasanen/python-uinput

also since we don't provide pre-bundled libraries the license won't be an issue.

Melechtna commented 4 months ago

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

SpamixOfficial commented 4 months ago

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

I'll look into this!

SpamixOfficial commented 4 months ago

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

Okay, so change of plans here: This project will be turned into a "server", kind of. The server will act like an backend for a GUI or CLI, and the idea with this is to make it easier to develop interfaces for the project. Developing a GUI turned out to be a pain because of the structure, so that's another reason for this change. Oh right; We will include wayland support in the server!