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:
- Open applications
- Close applicatons
- 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 🔗
- 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
Built Distribution
File details
Details for the file appopener-1.5.tar.gz
.
File metadata
- Download URL: appopener-1.5.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6542b12aef3e26dc778d4afcf6c0ed8d74e07600a427448ece8c623d3e2a54a |
|
MD5 | 4fbfedc2a4de4e1512f0fde9120afcd9 |
|
BLAKE2b-256 | 0ffb14392656fbc9bb3fc3871b1ca5a4e4f6a6c850469f23408ba947b7089333 |
File details
Details for the file appopener-1.5-py3-none-any.whl
.
File metadata
- Download URL: appopener-1.5-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c59c8cede40c71928ba0b71ccd68973593c3a1ecb93e83ca325c5d3210075082 |
|
MD5 | 053598fffb24bbf2fc776234c716a601 |
|
BLAKE2b-256 | 4f58d7c996cf976ed260a8117940df45e8e3c3dc750766c8b719ba6165482821 |