appopener-test


Nameappopener-test JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/athrvvvv/AppOpener/tree/module
SummaryOpen/Close any application by it's name.
upload_time2024-01-03 07:48:40
maintainerathrvvvv
docs_urlNone
authorAthrv Chaulkar
requires_python
licenseMIT
keywords appopener open apps app ids automation close apps
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## AppOpener 🔓

AppOpener is the python library to **open/close** any application **without knowing it's absoulute path**. The library works by making use of App Name and App Id.

Library works on python version 3.5 or above python version 3.5+

[![PyPI Downloads](https://img.shields.io/pypi/dm/AppOpener)](https://pypi.org/project/AppOpener/)   [![PyPI Downloads](https://img.shields.io/pypi/status/AppOpener)](https://pypi.org/project/AppOpener/)   [![PyPI Downloads](https://img.shields.io/pypi/v/AppOpener?label=AppOpener)](https://pypi.org/project/AppOpener/)   [![Windows & Mac](https://img.shields.io/badge/platform-windows%20%7C%20mac-blue.svg)](https://shields.io/)

Visit official documentation of AppOpener [here](https://AppOpener.readthedocs.io/en/latest/).

The latest development version is always available at the [Github](https://github.com/athrvvvv/AppOpener) repository.

All notable changes made to the module, will be documented [here](https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md).

---

> ### Features:

1. Open applications
2. Close applicatons
3. Create list of Apps & Ids

---

### Integrating AppOpener

![](https://github.com/athrvvvv/AppOpener/blob/module/docs/img/output.gif)

See [Examples](https://github.com/athrvvvv/AppOpener/tree/module/Examples) for more.
---

> ### Install Package 📦

```
pip install AppOpener
```

> ### Quick start ⚡

``` python
from AppOpener import open, close, mklist, give_appnames
open("telegram, whatsapp") # Opens telegram and whatsapp
open("APPNAME", throw_error=True) # Raises Exception if App is not found (can be used in `close` function too)
close("telgrm", match_closest=True) # Closes telegram as "telgrm" is closest to "telegram"
mklist(name="app_data.json") # Generates an file, having key as AppName and value as AppIds.
appnames = give_appnames() # Save appnames as dictionary
```

---
> ### Building package 🔨

```
git clone https://github.com/athrvvvv/AppOpener.git
cd AppOpener
python setup.py sdist bdist_wheel
```
The latest release is always available at the Github [releases](https://github.com/athrvvvv/AppOpener/releases).

---

### Links 🔗

- PYPI page - https://pypi.org/project/appopener/
- Official documentation - https://AppOpener.readthedocs.io/en/latest/
- Github releases - https://github.com/athrvvvv/AppOpener/releases/
- Project changelog - https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md/
- Issue tracker - https://github.com/athrvvvv/AppOpener/issues/

### Stay connected 🤝

- [Mail](mailto:athrvchaulkar@gmail.com)
- [Twitter](https://twitter.com/athrvvvvv)
- [YouTube](https://www.youtube.com/c/ACUNBOXING2017)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/athrvvvv/AppOpener/tree/module",
    "name": "appopener-test",
    "maintainer": "athrvvvv",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "athrvchaulkar@gmail.com",
    "keywords": "appopener,open apps,App Ids,automation,close apps",
    "author": "Athrv Chaulkar",
    "author_email": "athrvchaulkar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/be/69ba17851fddd0c807dcdd335c9fd9e90d68c8a6ef5acb0097eca613777b/appopener_test-2.0.tar.gz",
    "platform": "Windows 10",
    "description": "## AppOpener \ud83d\udd13\n\nAppOpener is the python library to **open/close** any application **without knowing it's absoulute path**. The library works by making use of App Name and App Id.\n\nLibrary works on python version 3.5 or above python version 3.5+\n\n[![PyPI Downloads](https://img.shields.io/pypi/dm/AppOpener)](https://pypi.org/project/AppOpener/)   [![PyPI Downloads](https://img.shields.io/pypi/status/AppOpener)](https://pypi.org/project/AppOpener/)   [![PyPI Downloads](https://img.shields.io/pypi/v/AppOpener?label=AppOpener)](https://pypi.org/project/AppOpener/)   [![Windows & Mac](https://img.shields.io/badge/platform-windows%20%7C%20mac-blue.svg)](https://shields.io/)\n\nVisit official documentation of AppOpener [here](https://AppOpener.readthedocs.io/en/latest/).\n\nThe latest development version is always available at the [Github](https://github.com/athrvvvv/AppOpener) repository.\n\nAll notable changes made to the module, will be documented [here](https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md).\n\n---\n\n> ### Features:\n\n1. Open applications\n2. Close applicatons\n3. Create list of Apps & Ids\n\n---\n\n### Integrating AppOpener\n\n![](https://github.com/athrvvvv/AppOpener/blob/module/docs/img/output.gif)\n\nSee [Examples](https://github.com/athrvvvv/AppOpener/tree/module/Examples) for more.\n---\n\n> ### Install Package \ud83d\udce6\n\n```\npip install AppOpener\n```\n\n> ### Quick start \u26a1\n\n``` python\nfrom AppOpener import open, close, mklist, give_appnames\nopen(\"telegram, whatsapp\") # Opens telegram and whatsapp\nopen(\"APPNAME\", throw_error=True) # Raises Exception if App is not found (can be used in `close` function too)\nclose(\"telgrm\", match_closest=True) # Closes telegram as \"telgrm\" is closest to \"telegram\"\nmklist(name=\"app_data.json\") # Generates an file, having key as AppName and value as AppIds.\nappnames = give_appnames() # Save appnames as dictionary\n```\n\n---\n> ### Building package \ud83d\udd28\n\n```\ngit clone https://github.com/athrvvvv/AppOpener.git\ncd AppOpener\npython setup.py sdist bdist_wheel\n```\nThe latest release is always available at the Github [releases](https://github.com/athrvvvv/AppOpener/releases).\n\n---\n\n### Links \ud83d\udd17\n\n- PYPI page - https://pypi.org/project/appopener/\n- Official documentation - https://AppOpener.readthedocs.io/en/latest/\n- Github releases - https://github.com/athrvvvv/AppOpener/releases/\n- Project changelog - https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md/\n- Issue tracker - https://github.com/athrvvvv/AppOpener/issues/\n\n### Stay connected \ud83e\udd1d\n\n- [Mail](mailto:athrvchaulkar@gmail.com)\n- [Twitter](https://twitter.com/athrvvvvv)\n- [YouTube](https://www.youtube.com/c/ACUNBOXING2017)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open/Close any application by it's name.",
    "version": "2.0",
    "project_urls": {
        "Documentation": "https://appopener.readthedocs.io/en/latest/",
        "Download": "https://pypi.python.org/pypi/AppOpener",
        "Homepage": "https://github.com/athrvvvv/AppOpener/tree/module",
        "Source": "https://github.com/athrvvvv/AppOpener/tree/module",
        "Tracker": "https://github.com/athrvvvv/AppOpener/issues"
    },
    "split_keywords": [
        "appopener",
        "open apps",
        "app ids",
        "automation",
        "close apps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbc62bc6a2aafe082bf103d194f8ee932b807b9404d306849a924a8a59a73f96",
                "md5": "1044b828d615cb7d62f09b3a9a195c86",
                "sha256": "4f07b825158aedc065f5882e0c8450ee7aa751a1dd9c447420812ca345416c11"
            },
            "downloads": -1,
            "filename": "appopener_test-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1044b828d615cb7d62f09b3a9a195c86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13316,
            "upload_time": "2024-01-03T07:48:38",
            "upload_time_iso_8601": "2024-01-03T07:48:38.378899Z",
            "url": "https://files.pythonhosted.org/packages/fb/c6/2bc6a2aafe082bf103d194f8ee932b807b9404d306849a924a8a59a73f96/appopener_test-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fbe69ba17851fddd0c807dcdd335c9fd9e90d68c8a6ef5acb0097eca613777b",
                "md5": "c03a1a66aa6a37e47bb4ccf0be9019a4",
                "sha256": "40f132525d734cedc4c66ca1420212e0dc29a5e31ec44ac29a166bae207cce1d"
            },
            "downloads": -1,
            "filename": "appopener_test-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c03a1a66aa6a37e47bb4ccf0be9019a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12311,
            "upload_time": "2024-01-03T07:48:40",
            "upload_time_iso_8601": "2024-01-03T07:48:40.051551Z",
            "url": "https://files.pythonhosted.org/packages/2f/be/69ba17851fddd0c807dcdd335c9fd9e90d68c8a6ef5acb0097eca613777b/appopener_test-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 07:48:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "athrvvvv",
    "github_project": "AppOpener",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "appopener-test"
}
        
Elapsed time: 0.15461s