simple_webbrowser
simple_webbrowser is a module that makes webbrowser module way more simple to work with.
This module has been recently reestructurated with a new __init__.py file so you don't have to import simple_webbrowser from simple_webbrowser, which is pointless and deprecated after version 0.1.4. Apps that used that are still compatible though!
License
This module is licensed under the MIT License.
Installing
Use the following command on the commandline:
pip install simple_webbrowser
Or, for Windows (if Python is on PATH, but pip isn't):
python -m pip install simple_webbrowser
Usage
Import it like this:
import simple_webbrowser as swb
# Afterwards, you can use it :)
A program that searches on Google
# Just an example of what you can do with this module
# Not a great example though
import simple_webbrowser as swb
try:
x = input()
swb.Google(query=x)
except:
swb.Google("empty :(")
Projects where this module is used... (GitHub)
Search query: simple_webbrowser language:Python
Filters: code
Release files for simple-webbrowser 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_webbrowser-0.2.2.tar.gz | 14.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_webbrowser-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.5 MB
Release files / simple_webbrowser-0.2.2.tar.gz
| Download URL | simple_webbrowser-0.2.2.tar.gz |
|---|---|
| Size | 14.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ca05570eccb2a71391a3236b13ceed277845ca650c3dda1cb46fd05420401bd
|
|
BLAKE2b-256 checksum How to use checksums |
a974fb662516e602c0726bfb1e77f92de253d064d69524c63ec527adb36b4067
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / simple_webbrowser-0.2.2-py3-none-any.whl
| Download URL | simple_webbrowser-0.2.2-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ecc5d1a4435f5dbd96d4b9edf8101a7b01226a2ff233359c8549c323882b3637
|
|
BLAKE2b-256 checksum How to use checksums |
379173808c4d532f7ee8cdb2eb9cfe79a7cd377687f4aaf7655e659215300b5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|