Skip to main content

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

Uploaded Source

Built Distribution

simple_webbrowser-0.1.2-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_webbrowser-0.1.2.tar.gz
  • Upload date:
  • Size: 446.8 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.2.tar.gz
Algorithm Hash digest
SHA256 42c06ea8e03305827eb3dd7227a98b5303a7a4f85332912ad45e106f5707b186
MD5 5eacdf049720a12e38b733cd470bcddd
BLAKE2b-256 66b85ca01f5647ae14c79f2d7186a93af63c14023eefe72585b7d1702176d080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_webbrowser-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 47f7d87018f7b709fd61d14aef6e691c305b6e3215b86797ac20a6aa585b6bad
MD5 40cab1a0bfcfd50492b2de4d9b36850e
BLAKE2b-256 9933970cb843df54df7b9f0d57c36bbe19d275f44128fd74b7fcf8393d9aefa3

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