Skip to main content

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

Reason this release was yanked:

The 'extras' in this version don't work because of an overlook in the code.

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

Uploaded Source

Built Distribution

simple_webbrowser-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_webbrowser-0.1.0.tar.gz
  • Upload date:
  • Size: 106.9 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.0.tar.gz
Algorithm Hash digest
SHA256 96cf33eb488af7986b8153e4a7da906f59d52868d23ccc3785d1647aa227ca86
MD5 f64800d46a8e5c57c6dd1855ac0db4be
BLAKE2b-256 a1efd2cdb934d69252d8bcaac7e51398f7f7885a6e0c60a41d747be635f5707d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_webbrowser-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6c0049edad3459b112a6aef90aed2e37264cf9180a5cb591695879648a88af83
MD5 c8cfc101a590cb241d32120adca1b5d0
BLAKE2b-256 3305586e6716ce8116d3dad9d60559c3b554b47518d33ccbc3d453e65253eafe

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