Windows Apps for python
Project description
windowsapps - Python library for managing installed applications on Windows
Installation
To install windowsapps from PyPi run:
pip install windowsapps
Usage
Getting all Installed Applicatons
import windowsapps
installed_applications = windowsapps.get_apps()
#Gives Dictionary of Application names along with their AppID
Getting the Name, AppId for a particular application
import windowsapps
name, appid = windowsapps.find_app('APPLICATION NAME')
#searches for the APPLICATION NAME and returns:-
#name = Name of the application.
#appid = AppId of the application
Open an application
import windowsapps
windowsapps.open_app('APPLICATION NAME')
#Will search for the application APPLICATION NAME and open it.
Caveats
This module will works for all applications installed on the PC including Windows Store Applications. Works perfectly fine on Windows 10.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file windowsapps-0.0.9-py3-none-any.whl.
File metadata
- Download URL: windowsapps-0.0.9-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f1f43db03d0810e8a8ec1edae83bac5a053514d00dcbcc10c57716f85b58fc7
|
|
| MD5 |
fcfee83f9ae50ef04b31c7ecf3e9a6ba
|
|
| BLAKE2b-256 |
213bb7647d0c909fd95369e0141e2c99db99add1e8c938b480cb50ea501e65c6
|