https://github.com/athrvvvv/appopener
Python library to open/close applications in windows.
https://github.com/athrvvvv/appopener
app-opener articicial-inteligence bot chatbot close close-apps close-apps-python module open open-apps open-apps-python python python-library python3 windows windows-python
Last synced: about 1 month ago
JSON representation
Python library to open/close applications in windows.
- Host: GitHub
- URL: https://github.com/athrvvvv/appopener
- Owner: athrvvvv
- License: mit
- Created: 2022-06-12T10:34:23.000Z (over 3 years ago)
- Default Branch: module
- Last Pushed: 2024-07-21T07:22:23.000Z (over 1 year ago)
- Last Synced: 2025-07-18T04:12:09.189Z (4 months ago)
- Topics: app-opener, articicial-inteligence, bot, chatbot, close, close-apps, close-apps-python, module, open, open-apps, open-apps-python, python, python-library, python3, windows, windows-python
- Language: Python
- Homepage: https://appopener.readthedocs.io/en/latest/
- Size: 1.47 MB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 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+
[](https://pypi.org/project/AppOpener/) [](https://pypi.org/project/AppOpener/) [](https://pypi.org/project/AppOpener/) [](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.
---
> ### Features:
1. Open applications
2. Close applicatons
3. Create list of Apps & Ids
---
### Integrating AppOpener

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).
---
> ### Contributing 🤝
Contributions are welcomed. To know more visit [here](https://github.com/athrvvvv/AppOpener/blob/module/CONTRIBUTING.md).
---
### 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)