[PR #1370] [CLOSED] Update README.md #1207

Closed
opened 2025-11-06 13:11:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1370
Author: @akshgpt7
Created: 10/4/2019
Status: Closed

Base: masterHead: akshgpt7


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available browsers, in case multiple options are available on the system. It can also be controlled with the BROWSER environment variable.

What's the difference between this Python project and similar ones?

The URL is opened in a browser window, and that window is raised to the top of the window stack. An existing window will be reused, if possible, but the actual behavior may depend on your browser’s settings.
If for some reason your application needs to use a specific browser, you can access the set of registered browser controllers using the get() function. The browser controller has methods to open(), open_new(), and open_new_tab().
Users can control the module from outside your application by setting the environment variable BROWSER to the browser names or commands to try.
All of the features of the webbrowser module are available via the command line as well as from within your Python program.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1370 **Author:** [@akshgpt7](https://github.com/akshgpt7) **Created:** 10/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `akshgpt7` --- ### 📝 Commits (1) - [`bf075b3`](https://github.com/vinta/awesome-python/commit/bf075b3042aacb97a0226b525ae1e32a84d4e29b) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available browsers, in case multiple options are available on the system. It can also be controlled with the BROWSER environment variable. ## What's the difference between this Python project and similar ones? The URL is opened in a browser window, and that window is raised to the top of the window stack. An existing window will be reused, if possible, but the actual behavior may depend on your browser’s settings. If for some reason your application needs to use a specific browser, you can access the set of registered browser controllers using the get() function. The browser controller has methods to open(), open_new(), and open_new_tab(). Users can control the module from outside your application by setting the environment variable BROWSER to the browser names or commands to try. All of the features of the webbrowser module are available via the command line as well as from within your Python program. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:11:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1207