This Python project provides a graphical interface to load URLs from a text file and open them in a selected browser. The program dynamically detects installed browsers and allows adding custom browser commands.
- Load URLs from a
.txt
file (one URL per line). - Detect installed browsers dynamically.
- Open URLs in the selected browser.
- Add custom browser commands.
- Simple and user-friendly GUI.
- Python 3.x
- Installed browsers (e.g., Google Chrome, Mozilla Firefox, etc.)
- Required Python modules:
tkinter
,webbrowser
,shutil
- Clone the repository:
git clone https://github.com/gaikwadyash905/URL-Launcher.git
cd tkinter_open_urls
- Install required modules:
pip install -r requirements.txt
- Run the program:
python url_launcher.py
- Follow these steps:
- Select a .txt file containing URLs (one URL per line).
- Choose a browser from the listed options or add a custom browser.
- Click "Open URLs" to open all URLs in the selected browser.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.