vihar-s1 / Desktop-Assistant

A voice triggered desktop assistant in python written with sole purpose of exploring the limits of "AI" without machine learning
3 stars 3 forks source link

Scrolling App Window #7

Closed vihar-s1 closed 4 weeks ago

vihar-s1 commented 1 year ago

Interacting with Scrollable Windows

Assistant should be able to scroll any scrollable window that is opened.

Expected Result

commands like:

where direction can be left, right, up, and/or down depending on the application window.

kruti107 commented 1 year ago

Hello, I would like to solve this issue.

vihar-s1 commented 1 year ago

Keep me updated with the progress of it is going to take few days to complete and all the best 😄

RahatAhmed171 commented 1 month ago

Hi is this issue still open? would like to contribute

vihar-s1 commented 1 month ago

yes the issue is still open...was thinking of returning to this project starting from this issue but you can work on it if you want

RahatAhmed171 commented 1 month ago

no longer a hacktoberfest accepted issue?

vihar-s1 commented 1 month ago

was cleaning things up...accidentally removed the label...still an hacktoberfest issue

vihar-s1 commented 1 month ago

If you are interested then I will assign this issue to you

RahatAhmed171 commented 1 month ago

I have just gone over the codebase. I am interested to contribute to this issue.

RahatAhmed171 commented 1 month ago

Hi, just to know if I am at the right path, the scrolling option will only apply to the apps which can be opened by the Desktop Assistant? Pls correct me if i am wrong.

vihar-s1 commented 1 month ago

the list of apps to open by desktop assistant is just a random list of apps that I frequented when I first wrote the code...I am looking into ways to remove the dependency on the hardcoded app location list. so, if possible, can you find an approach along the same path as well??

vihar-s1 commented 1 month ago

Basically when a request to scroll is made, the app tries to scroll whatever application is open in foreground in the mentioned direction irrespective of whether it is opened by the assistant

vihar-s1 commented 4 weeks ago

give @RahatAhmed171 100 points