Skip to main content

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

Reason this release was yanked:

Just an overlook, a non-existing member of a module was on the Python file.

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

Uploaded Source

Built Distribution

simple_webbrowser-0.1.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_webbrowser-0.1.1.tar.gz
  • Upload date:
  • Size: 219.6 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.1.tar.gz
Algorithm Hash digest
SHA256 97004a1dd3438e106a11bb76c6a913a59c804fd58d71d1415700904f8e4d5798
MD5 9ac263cf2481ce2407c5fc1f98f7f6b1
BLAKE2b-256 d9651325719557f7206becf1c9619e1577fbeb8b35bb55225f80281246482007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_webbrowser-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 86c11c353f84730e66c59b41c97c0fa1cf69a6105521e4767f8b42fe61a5a992
MD5 275e110d362af3e9c8127fa0f84f36c8
BLAKE2b-256 5bb6ac5398b7875a18ad2f10336cbff2f56e4c49d9dc85f353c982abf185d94a

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