Skip to content

codesrg/browseon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browseon

PyPI Pypi - License PyPI - Python Version

To browse web.

Installation

pip install -U browseon

Usage

usage: browseon [options]

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show version number and exit.

to browse web:
  -q , --query    query to search
  -u , --url      url to open
  -e , --engine   search engine to search (Optional)

Python Script

To browse web.

from browseon import browse

browse.open('scheme://sub-domain.domain.top-level-domain/')  # to open url
browse.search("pypi browseon")  # to search query

Command Line

To search in web browser.

$ browseon --query "pypi browseon"

Issues:

If you encounter any problems, please file an issue along with a detailed description.