Metadata-Version: 2.1
Name: appopener
Version: 1.0
Summary: Open any application by it's name.
Home-page: https://github.com/athrvvvv/AppOpener/tree/module
Download-URL: https://pypi.python.org/pypi/AppOpner
Author: Athrv Chaulkar
Author-email: athrvchaulkar@gmail.com
Maintainer: athrvvvv
Maintainer-email: athrvchaulkar@gmail.com
License: MIT
Keywords: appopener,open apps,App Ids,automation
Platform: Windows 7
Platform: Windows 10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

## AppOpener 👏

The AppOpener package is the PYPI module which helps in opening any application **without knowing it's absoulute path**. The module works by making use of <b> App name </b> and <b> App Id </b>

AppOpener works on python version 3.5 or above 3.5+

> **Note**
> This is version of [AppOpener](https://pypi.org/project/AppOpener), is only functional on windows.

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

---

> ### Features:

1. Open applications
2. Create list of Apps & Ids

---

> ### Install Package 📦

<b>1. Install from PyPi</b>

```
pip install AppOpener
```

<b>2. Install from git repository</b>

```
git clone https://github.com/athrvvvv/AppOpener.git
cd AppOpener
python -m pip install https://github.com/django/django/archive/45dfb3641aa4d9828a7c5448d11aa67c7cbd7966.tar.gz
```

---

> ### Quick start ⚡

```
from AppOpener import run, mklist
run("telegram, whatsapp")
mklist(name="app_data.json")
```

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


---
> ### Building package 🔨

```
git clone https://github.com/athrvvvv/AppOpener.git
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).

[Telegram](https://telegram.me/buddy_join)&nbsp; [Twitter](https://twitter.com/athrvvvvv)&nbsp;  [YouTube](https://www.youtube.com/channel/UC-8KiGHbuUD2HiJtaYAKSIQ)&nbsp; [Mail](mailto:athrvchaulkar@gmail.com)


