Skip to main content

Open/Close any application by it's name.

Project description

AppOpener 👏

The AppOpener package is the python module which helps in opening/closing any application without knowing it's absoulute path. The module works by making use of App name and App Id

AppOpener works on python version 3.5 or above python version 3.5+

Note AppOpener is only functional on windows.

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:

  1. Open applications
  2. Close applicatons
  3. Create list of Apps & Ids

Integrating AppOpener

See Examples of using module here.


Install Package 📦

pip install AppOpener

Quick start ⚡

from AppOpener import open, close, mklist
open("telegram, whatsapp")
close("telgrm", close_closest=True) # Closes telegram as "telgrm" is closest to "telegram"
mklist(name="app_data.json")

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 🔗

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-1.5.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

appopener-1.5-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page