Metadata-Version: 2.1
Name: appopener
Version: 1.4
Summary: Open any application by it's name.
Home-page: https://github.com/athrvvvv/AppOpener/tree/module
Download-URL: https://pypi.python.org/pypi/AppOpener
Author: Athrv Chaulkar
Author-email: athrvchaulkar@gmail.com
Maintainer: athrvvvv
Maintainer-email: athrvchaulkar@gmail.com
License: MIT
Project-URL: Documentation, https://appopener.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/athrvvvv/AppOpener/module
Project-URL: Tracker, https://github.com/athrvvvv/AppOpener/issues
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**
<a href="https://github.com/athrvvvv/AppOpener" target="_blank">Github</a>
> This is version of <a href="https://pypi.org/project/appopener" target="_blank">AppOpener</a>, is only functional on windows.

Visit official documentation of AppOpener <a href="https://AppOpener.readthedocs.io/en/latest/" target="_blank">here</a>.

The latest development version is always available at the <a href="https://github.com/athrvvvv/AppOpener" target="_blank">Github</a> repository.

All notable changes to this project will be documented <a href="https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md" target="_blank">here</a>.

---

> ### Features:

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

---

> ### Install Package 📦

``` cmd
pip install AppOpener
```

---

> ### Quick start ⚡

``` python
from AppOpener import run, mklist, give_appnames
run("telegram, whatsapp") # RUn telegram & whatsapp
mklist(name="app_data.json") # Create list of Apps & Ids
appnames = give_appnames() # Save appnames as dictionary
```

---
> ### Building package 🔨

``` sh
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 <a href="https://github.com/athrvvvv/AppOpener" target="_blank">releases</a>.

---

### 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)
- [Telegram](https://telegram.me/buddy_join)
