Skip to content

Python-based tool for loading and opening multiple URLs in your preferred browser from TXT file.

License

Notifications You must be signed in to change notification settings

gaikwadyash905/URL-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Launcher GUI

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Installed browsers (e.g., Google Chrome, Mozilla Firefox, etc.)
  • Required Python modules: tkinter, webbrowser, shutil

Installation

  1. Clone the repository:
git clone https://github.com/gaikwadyash905/URL-Launcher.git
cd tkinter_open_urls
  1. Install required modules:
pip install -r requirements.txt

Usage

  1. Run the program:
python url_launcher.py
  1. 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.

Screenshots

Image 1

Image 2

Image 3

Image 3

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

About

Python-based tool for loading and opening multiple URLs in your preferred browser from TXT file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages