# 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/)
Raw data
{
"_id": null,
"home_page": "https://github.com/BhuvaneshwarMarri/webopen",
"name": "webopen",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "add, search, delete",
"author": "Bhuvaneshwar_Marri",
"author_email": "bhuvaneshwarmarri@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/41/7d/a93f0a43c44a6b81e6c1599f51d1e4d7cd836ac3f1e2756d0a32b3a8e2a0/webopen-0.0.2.tar.gz",
"platform": null,
"description": "# WebOpen\r\n\r\nWebOpen is a python command to open urls through command line.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install webopen.\r\n\r\n```bash\r\npip install webopen\r\n```\r\n\r\n## Usage\r\n\r\n```bash\r\nwebopen -link link_name\r\n```\r\n<link_name>:The name or identifier of the link you want to open.\r\n\r\n```bash\r\nwebopen add\r\n```\r\nThis command prompts user for website name,username in that website, and password used in that website and store it in local sqllite database.\r\n\r\n```bash\r\nwebopen search\r\n```\r\nThis command prompts user for a website, if the website is in database, it prints out the credentials used in the website.\r\n\r\n## Example\r\n\r\n```bash\r\nwebopen -link github.com\r\n```\r\n\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first\r\nto discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A small example package",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/BhuvaneshwarMarri/webopen",
"Issues": "https://github.com/BhuvaneshwarMarri/webopen/issues"
},
"split_keywords": [
"add",
" search",
" delete"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5c6207aac44e2f23f16f5324819e338a0e2218c6148b926643b4c0df405f50ac",
"md5": "fec2c6e7ae0adac78390014fbea36265",
"sha256": "8aa042dbf22314c2ee03df991d666aa0c3d5fa13e55ee6ca285abc12ee4fbd35"
},
"downloads": -1,
"filename": "webopen-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fec2c6e7ae0adac78390014fbea36265",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5210,
"upload_time": "2024-05-24T07:50:43",
"upload_time_iso_8601": "2024-05-24T07:50:43.072639Z",
"url": "https://files.pythonhosted.org/packages/5c/62/07aac44e2f23f16f5324819e338a0e2218c6148b926643b4c0df405f50ac/webopen-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "417da93f0a43c44a6b81e6c1599f51d1e4d7cd836ac3f1e2756d0a32b3a8e2a0",
"md5": "a786d0d1e7c70c10af3f563a4ba1235b",
"sha256": "08c3518155d76415e1b6d4ca51d9226a8b83dbcce4355ec12616c75d3f8df1e4"
},
"downloads": -1,
"filename": "webopen-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "a786d0d1e7c70c10af3f563a4ba1235b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4090,
"upload_time": "2024-05-24T07:50:44",
"upload_time_iso_8601": "2024-05-24T07:50:44.817929Z",
"url": "https://files.pythonhosted.org/packages/41/7d/a93f0a43c44a6b81e6c1599f51d1e4d7cd836ac3f1e2756d0a32b3a8e2a0/webopen-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-24 07:50:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BhuvaneshwarMarri",
"github_project": "webopen",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "webopen"
}