Skip to main content

A better webbrowser. A WAAAY more simple webbrowser. Just. For. You.

Reason this release was yanked:

This version contains ImportErrors and its use is highly disencouraged.

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

from simple_webbrowser import simple_webbrowser

# 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
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


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.1.3.tar.gz (899.5 kB view details)

Uploaded Source

Built Distribution

simple_webbrowser-0.1.3-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file simple_webbrowser-0.1.3.tar.gz.

File metadata

  • Download URL: simple_webbrowser-0.1.3.tar.gz
  • Upload date:
  • Size: 899.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for simple_webbrowser-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1a34e27338ac07c9fcaf421e262d4fd69dadc183fcf2aacd3c287e648b5c00cd
MD5 0f5f3c435396e1ca4949affded5dd438
BLAKE2b-256 968cafbded9e471274174bc9985e7eff6cf4b7f0fc8853a084599365df800721

See more details on using hashes here.

File details

Details for the file simple_webbrowser-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_webbrowser-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d1af4df45f739e759518f56c76264f35f9bc53517de122bab322b63641fbe5bc
MD5 12bd40e599eb632bc245d53226413f84
BLAKE2b-256 4ff494192d4227729e211f6478dd1e8a94571f49e08fe6eb68890c8199f5cb6a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page