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.
- Host: GitHub
- URL: https://github.com/mesamirh/open-multiple-links-in-browser
- Owner: mesamirh
- Created: 2025-03-05T12:02:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T12:46:39.000Z (3 months ago)
- Last Synced: 2025-03-05T13:37:34.379Z (3 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...