appopener


Nameappopener JSON
Version 1.6 PyPI version JSON
download
home_pagehttps://github.com/athrvvvv/AppOpener/tree/module
SummaryOpen/Close any application by it's name.
upload_time2023-01-15 19:10:58
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 Only](https://img.shields.io/badge/platform-windows-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") # Open telegram & whatsapp
close("telgrm", match_closest=True) # Closes telegram as "telgrm" is closest to "telegram"
mklist(name="app_data.json") # Create list of Apps & Ids
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",
    "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/4b/c5/9843b3264f354f95aa21cf41e899c36f9cc78bcf9b41d4ccf9964ec8836d/appopener-1.6.tar.gz",
    "platform": "Windows 10",
    "description": "## AppOpener \ud83d\udd13\r\n\r\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.\r\n\r\nLibrary works on python version 3.5 or above python version 3.5+\r\n\r\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 Only](https://img.shields.io/badge/platform-windows-blue.svg)](https://shields.io/)\r\n\r\nVisit official documentation of AppOpener [here](https://AppOpener.readthedocs.io/en/latest/).\r\n\r\nThe latest development version is always available at the [Github](https://github.com/athrvvvv/AppOpener) repository.\r\n\r\nAll notable changes made to the module, will be documented [here](https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md).\r\n\r\n---\r\n\r\n> ### Features:\r\n\r\n1. Open applications\r\n2. Close applicatons\r\n3. Create list of Apps & Ids\r\n\r\n---\r\n\r\n### Integrating AppOpener\r\n\r\n![](https://github.com/athrvvvv/AppOpener/blob/module/docs/img/output.gif)\r\n\r\nSee [Examples](https://github.com/athrvvvv/AppOpener/tree/module/Examples) for more.\r\n---\r\n\r\n> ### Install Package \ud83d\udce6\r\n\r\n```\r\npip install AppOpener\r\n```\r\n\r\n> ### Quick start \u26a1\r\n\r\n``` python\r\nfrom AppOpener import open, close ,mklist, give_appnames\r\nopen(\"telegram, whatsapp\") # Open telegram & whatsapp\r\nclose(\"telgrm\", match_closest=True) # Closes telegram as \"telgrm\" is closest to \"telegram\"\r\nmklist(name=\"app_data.json\") # Create list of Apps & Ids\r\nappnames = give_appnames() # Save appnames as dictionary\r\n```\r\n\r\n---\r\n> ### Building package \ud83d\udd28\r\n\r\n```\r\ngit clone https://github.com/athrvvvv/AppOpener.git\r\ncd AppOpener\r\npython setup.py sdist bdist_wheel\r\n```\r\nThe latest release is always available at the Github [releases](https://github.com/athrvvvv/AppOpener/releases).\r\n\r\n---\r\n\r\n### Links \ud83d\udd17\r\n\r\n- PYPI page - https://pypi.org/project/appopener/\r\n- Official documentation - https://AppOpener.readthedocs.io/en/latest/\r\n- Github releases - https://github.com/athrvvvv/AppOpener/releases/\r\n- Project changelog - https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md/\r\n- Issue tracker - https://github.com/athrvvvv/AppOpener/issues/\r\n\r\n### Stay connected \ud83e\udd1d\r\n\r\n- [Mail](mailto:athrvchaulkar@gmail.com)\r\n- [Twitter](https://twitter.com/athrvvvvv)\r\n- [YouTube](https://www.youtube.com/c/ACUNBOXING2017)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open/Close any application by it's name.",
    "version": "1.6",
    "split_keywords": [
        "appopener",
        "open apps",
        "app ids",
        "automation",
        "close apps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c209470d334607a4526d676cf9d27b0deea6f8ed9adab270a3fd4735c3aeb78",
                "md5": "4c0fad6e4d60d1ffa6bd118efba04e52",
                "sha256": "d2f98c5989ef42ab250520b8123bfd77677f6054db4c9da1064bd6646da7b028"
            },
            "downloads": -1,
            "filename": "appopener-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c0fad6e4d60d1ffa6bd118efba04e52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10678,
            "upload_time": "2023-01-15T19:10:49",
            "upload_time_iso_8601": "2023-01-15T19:10:49.904404Z",
            "url": "https://files.pythonhosted.org/packages/7c/20/9470d334607a4526d676cf9d27b0deea6f8ed9adab270a3fd4735c3aeb78/appopener-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bc59843b3264f354f95aa21cf41e899c36f9cc78bcf9b41d4ccf9964ec8836d",
                "md5": "fe801f22e9f243d72bc75d88322e707f",
                "sha256": "6f87fda4ba8f01b322eb2101bff9e91aef976568096590156adb4e31b13311ce"
            },
            "downloads": -1,
            "filename": "appopener-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fe801f22e9f243d72bc75d88322e707f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9196,
            "upload_time": "2023-01-15T19:10:58",
            "upload_time_iso_8601": "2023-01-15T19:10:58.427798Z",
            "url": "https://files.pythonhosted.org/packages/4b/c5/9843b3264f354f95aa21cf41e899c36f9cc78bcf9b41d4ccf9964ec8836d/appopener-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-15 19:10:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "appopener"
}
        
Elapsed time: 0.02919s