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 :(")
YouTube Downloader
This project also comes with a YT Downloader that can be used as a script.
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.7.tar.gz
(55.2 kB
view details)
Built Distribution
File details
Details for the file simple_webbrowser-0.0.7.tar.gz
.
File metadata
- Download URL: simple_webbrowser-0.0.7.tar.gz
- Upload date:
- Size: 55.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55e5374d7503fa1c653282062aad03586cbfa4d28143f8cf68f5fb32595a3b6c |
|
MD5 | 0f804b64cb52f670020a76e2b1bb5618 |
|
BLAKE2b-256 | 5ec720ce174c30e6fa95591c8c2a020e1dc2e4ef6951d164c47b030a85ab35c6 |
File details
Details for the file simple_webbrowser-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: simple_webbrowser-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.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 | b6182bbb1c4d6ae2c3bed4c7be52623f5e02046101db9d9c38e929a102c29298 |
|
MD5 | 5d729febe684c23ce0dbfe2493e7ac7e |
|
BLAKE2b-256 | 460c92694cf251314808b1b0a58ab4ff41c7cc005eaa8fac00d9f3f18666ab12 |