Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scroll file #40

Closed
wants to merge 4 commits into from
Closed

scroll file #40

wants to merge 4 commits into from

Conversation

kruti107
Copy link

This code uses PyAutoGUI to simulate scrolling down,up,left,right by a specified distance after a 10-second delay, effectively automating a vertical scroll action on the screen.

@vihar-s1
Copy link
Owner

vihar-s1 commented Oct 27, 2023

Please use the template created for pull request message.

Also this code just simulates the motion of scrolling up and down it does not allow me to call on assistant to perform the scrolling action.
First I run the assistant.py file, then I open the scrollable window, the. I speak "scroll down" the assistant would then Scroll the window down by a bit.
See this for reference: https://youtu.be/joxIJqdExJQ?si=ZBFc3pg9Knj47f8t

Copy link
Owner

@vihar-s1 vihar-s1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the changes required

Please let me know if i can do any changes
@vihar-s1 vihar-s1 self-requested a review November 1, 2023 16:38
@vihar-s1
Copy link
Owner

vihar-s1 commented Nov 1, 2023

Please don't upload zip file.
Close this PR and make changes directly to the code in the PR.

  1. Clone the repository using
git clone https://github.com/vihar-s1/Desktop-Assistant
  1. Go to the folder the create a new branch to work on
git checkout -b feat/scrolling
  1. add the files updated to be tracked
git add <filename>
  1. commit them
git commit -m "commit message"
  1. push them
git push origin feat/scrolling
  1. create PR

@kruti107 kruti107 closed this by deleting the head repository May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants