Quick-Magic 1.7

Creator: railscoder56

Last updated:

Add to Cart

Description:

QuickMagic 1.7

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 🤝

Mail
Twitter
YouTube

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.