Skip to content

Welcome to AppOpener's Documentation

AppOpener

is the python module which helps in opening any application without knowing it's absoulute path. The module works by making use of App name and App Id, we'll discuss this shorty.

PyPI Downloads   PyPI Downloads   PyPI Downloads   Windows Only

Simplicity ✅

AppOpener is simple to use. It is been written in modern python 3.10. Just couple of lines opens any application mentioned.

Features 🤗

AppOpener has plenty of useful features. These features make the module more efficient more productive.

Open Source 😍

AppOpener is entirely open source project. The latest development version is always available at the Github repositoy.


Quick start ⚡

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
close("telgrm", match_closest=True) # Closes telegram
mklist(name="app_data.json") # Generates an file having Appnames & AppIds
appnames = give_appnames() # Save appnames as dictionary

Note

Running module first time may take time as module configures all required files.

User documentation 📄

Learn installation & use of module here.

Devs documentation 💻

Learn how does module works. Learn the working of the module. Learn concept here.

Examples 🤗

Set of examples covering all the features of AppOpener. You can see all the examples here.