An open API service indexing awesome lists of open source software.

https://github.com/mesamirh/open-multiple-links-in-browser

A cross-platform Python script to automatically open URLs from a text file in separate browser tabs. Supports Chrome, Firefox, Edge, Brave, Opera, and Safari across Windows, macOS, and Linux.
https://github.com/mesamirh/open-multiple-links-in-browser

Last synced: 3 months ago
JSON representation

A cross-platform Python script to automatically open URLs from a text file in separate browser tabs. Supports Chrome, Firefox, Edge, Brave, Opera, and Safari across Windows, macOS, and Linux.

Awesome Lists containing this project

README

        

# Browser URL Opener

A Python utility to open multiple URLs in your preferred browser.

## Features

- Automatically detects installed browsers on your system
- Supports multiple operating systems (Windows, macOS, Linux)
- Validates and cleans URLs before opening
- Simple text file input format

## Installation

1. Clone this repository:
```bash
git clone https://github.com/mesamirh/open-multiple-links-in-browser.git
cd open-multiple-links-in-browser
```

2. No additional dependencies required - uses Python standard library.

## Usage

1. Create a `links.txt` file with one URL per line
2. Run the script:
```bash
python main.py
```
3. Select your preferred browser from the detected options
4. URLs will open automatically in new tabs

## Supported Browsers

- Google Chrome
- Firefox
- Safari (macOS)
- Microsoft Edge
- Brave Browser
- Opera
- Vivaldi
- And many more...