Metadata-Version: 2.1
Name: webopen
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/BhuvaneshwarMarri/webopen
Author: Bhuvaneshwar_Marri
Author-email: bhuvaneshwarmarri@gmail.com
Project-URL: Homepage, https://github.com/BhuvaneshwarMarri/webopen
Project-URL: Issues, https://github.com/BhuvaneshwarMarri/webopen/issues
Keywords: add,search,delete
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: argparse
Requires-Dist: click

# WebOpen

WebOpen is a python command to open urls through command line.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install webopen.

```bash
pip install webopen
```

## Usage

```bash
webopen -link link_name
```
<link_name>:The name or identifier of the link you want to open.

```bash
webopen add
```
This command prompts user for website name,username in that website, and password used in that website and store it in local sqllite database.

```bash
webopen search
```
This command prompts user for a website, if the website is in database, it prints out the credentials used in the website.

## Example

```bash
webopen -link github.com
```


## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
