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.
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:
from simple_webbrowser import simple_webbrowser
# Afterwards, just use it :)
A program that searches on Google
# Just an example of what you can do with this module
from simple_webbrowser 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
simple_webbrowser-0.0.6.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file simple_webbrowser-0.0.6.tar.gz
.
File metadata
- Download URL: simple_webbrowser-0.0.6.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8bea12f0d4adfee5a792878e2a79e6760a093e66042fafc307cbb16855fae45 |
|
MD5 | f7e845354e4711cf69dffc9325055490 |
|
BLAKE2b-256 | 5bcfa9512195d95a8bc615ba6122ea72b333f3c96a90012a56e01c1e43af641a |
File details
Details for the file simple_webbrowser-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: simple_webbrowser-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.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 | d0496d8feeb7f7202c4ee7787ee13f9e12699019f030981ccd71d903174a570e |
|
MD5 | 884767befd9fe4dc87eef5191701cc45 |
|
BLAKE2b-256 | c0fb7e7c896cc225aa6cec3e8016466698de65b0bcefab24b98672b6808b20a9 |