Skip to main content

Windows Apps for python

Project description

windowsapps - Python library for managing installed applications on Windows

License

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

windowsapps-0.0.9-py3-none-any.whl (3.1 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