Git Product home page Git Product logo

chromium-window-arranger's Introduction

Chromium Window Arranger

Overview

This Python script is designed to automate the launching and arrangement of multiple Chromium browser instances, each configured with a different proxy. The goal is to open specified URLs simultaneously in these instances and arrange the windows in a grid on the user's screen.

Features

  • Fetches a list of proxy addresses from a specified website.
  • Launches Chromium browser instances with separate proxies.
  • Opens a target URL in each browser window.
  • Arranges the browser windows in a customizable grid layout.

Prerequisites

  • Python 3.x
  • Chrome WebDriver: Download the appropriate version matching your Chrome browser from here and ensure it's in your system's PATH.

Usage

1. Clone this repository to your local machine:

git clone https://github.com/freekvlier/chromium-window-arranger.git

2. Navigate to the project directory:

cd chromium-window-arranger

3. Create a Virtual Environment (Optional but recommended):

python -m venv env

4. Activate the Virtual Environment

Activate the virtual environment to isolate your package dependencies.

  • Windows:
.\env\Scripts\activate
  • Mac/Linux:
source env/bin/activate

5. Install Required Python Packages:

pip install -r requirements.txt

This installs the necessary Python packages (requests, beautifulsoup4, selenium, pygetwindow, pyautogui) for the scrip

6. Run the script:

python main.py

Press 'Q' in terminal to exit the program.

Configuration

  • Adjust the NUM_PROXIES_TO_FETCH variable to specify the number of proxy addresses to fetch.
  • Modify the TARGET_URL variable to set the URL to be opened in all browser windows.

chromium-window-arranger's People

Contributors

freekvlier avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.