A better webbrowser. A WAAAY more simple webbrowser. Just. For. You.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file simple_webbrowser-0.1.4.tar.gz
.
File metadata
- Download URL: simple_webbrowser-0.1.4.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf38a63c7afc617974a30970fc28641361ce615c23db7d2ddf29fbf0de8b6de8 |
|
MD5 | cccd7d0edbff9e38ee1086b2f4b4209b |
|
BLAKE2b-256 | ac722041d03f51c24cb39595852aaf32cb0bea68c9c3c06cff9c25bd67a26206 |
File details
Details for the file simple_webbrowser-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: simple_webbrowser-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62a9d5c1300c9e7eff0d05739dc5c1abd2b78ea762244262586595f12f7348b2 |
|
MD5 | 2fa21f78a9f74cb5ef33ed157dccebf9 |
|
BLAKE2b-256 | d6f09eb7105c9f73951dc72d1dedbac7acadf0cf93541310c3dc22baae2b917a |