Skip to content

This repository contains a Python script that utilizes the pyautogui library to automate the process of creating a shortcut in the Brave browser.

Notifications You must be signed in to change notification settings

Abdelrahman776/Automated-browser-shortcut-creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains a Python script that utilizes the pyautogui library to automate the process of creating a shortcut in the Brave browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published