Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.27 KB

File metadata and controls

40 lines (26 loc) · 1.27 KB

Automated Shortcut Creation in Brave Browser

This repository contains a Python script that utilizes the pyautogui library to automate the process of creating a shortcut in the Brave browser. The script performs a series of mouse clicks and movements to navigate through the browser's menu and trigger the shortcut creation.The pyautogui library is imported to enable control over the mouse and keyboard.

Steps

  1. It performs a click on the drop-down menu located at the top-right corner of the Brave browser.
  2. It moves the mouse to the "More Tools" option within the drop-down menu and clicks on it.
  3. Then it selects the "Create Shortcut" option within the "More Tools" menu.
  4. Clicks on the "Create" button within a popup window.
  5. Enjoy the shortcut on your Desktop

Prerequisites

  1. Python 3.x

  2. pyautogui library

Installation :

  1. Clone this repository to your local machine using the following command:
git clone <repository_url>
  1. Install the required dependencies by running the following command:
pip install pyautogui

How to use it

  1. Open the terminal or command prompt and navigate to the cloned repository's directory.
  2. Run the python script with the following command :
python mouse.py