Skip to content

Tab Rotator is a simple yet effective GUI application designed to automatically rotate browser tabs at specified intervals. This project utilizes Python's tkinter library for the graphical interface and Selenium for browser automation.

License

Notifications You must be signed in to change notification settings

shubham-pawar/Chrome-Rotate-Tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Rotator Application

Tab Rotator is a simple yet effective GUI application designed to automatically rotate browser tabs at specified intervals. This project utilizes Python's tkinter library for the graphical interface and Selenium for browser automation.

Features

  • Open multiple URLs in separate tabs.
  • Automatically switch between tabs at a defined interval.
  • Refresh the current tab upon switching.
  • User-friendly interface to add or remove URLs easily.
  • Start and stop tab rotation with the click of a button.

Prerequisites

Before running the application, ensure you have the following dependencies installed:

  • Python 3.x
  • tkinter (for the GUI)
  • selenium (for browser automation)
  • chromedriver_autoinstaller (for automatically installing the ChromeDriver)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/tab-rotator.git
cd tab-rotator
  1. Install the required packages:
pip install tk selenium chromedriver_autoinstaller

Usage

  1. Run the application:
python app.py
  1. Use the GUI to add URLs you want to rotate.

  2. Click "Start Rotating Tabs" to begin the rotation process.

  3. Click "Stop" to end the rotation.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

App UI

App UI

About

Tab Rotator is a simple yet effective GUI application designed to automatically rotate browser tabs at specified intervals. This project utilizes Python's tkinter library for the graphical interface and Selenium for browser automation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages