Open/Close any application by it's name.
Project description
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+
Visit official documentation of AppOpener here.
The latest development version is always available at the Github repository.
All notable changes made to the module, will be documented here.
Features:
- Open applications
- Close applicatons
- Create list of Apps & Ids
Integrating AppOpener
See Examples for more.
Install Package 📦
pip install AppOpener
Quick start ⚡
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.
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 🤝
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appopener_test-1.5.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file appopener_test-1.5.tar.gz
.
File metadata
- Download URL: appopener_test-1.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0b8f37e79dd916a1b14dcac401d04184f03d98e923d3e0050042edb6d51c479 |
|
MD5 | 5a1d69c7d6afe3dd8d77261a73854d17 |
|
BLAKE2b-256 | 9174f8df6aca7be72ab6cb57572c6ee0c4762c0732a9978149240a58cd79bdec |
File details
Details for the file appopener_test-1.5-py3-none-any.whl
.
File metadata
- Download URL: appopener_test-1.5-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91055df94b9289de54df5835b7d563d019d3b58b60edfd87d1d3e71eeaec7ccd |
|
MD5 | 3c2e89f7d33edef5cf33b29617505f95 |
|
BLAKE2b-256 | 8a054cab3b976845f067190480ee81ac9eaf87d7ed84d368a6441c4976d64073 |