Skip to main content

LaunchPanel is a simple interface designed to expose LaunchPad Actions to the user in an intuitive way.

Project description

Overview

LaunchPanel is a simple interface designed to expose LaunchPad Actions to the user in an intuitive way.

LaunchActions are displayed in icon-centric list widgets, and they are organised into tabs based on their groups. The user has the ability to define tab orientation, icon size and plugin locations.

Video demo coming soon...

Installation

If you use pip, you can simply run pip install launchpanel. That will pull down the required dependencies (qute, scribble & factories) automatically.

Alternatively, if you just want to download a file and extract everything to a location you can download packaged_launchpanel.zip and extract the contents of that zip to somewhere where your python interpreter/application is looking for python modules.

If you want to look at some example plugins - some of which use simple static data in their plugin whilst others dynamically generate plugins at runtime, you can pull down the example_plugins folder.

Running

You can run launchpanel by calling:

import launchpanel
launchpanel.launch()

This code will work in both standalone python as well as supported applications such as Max, Maya and Motion Builder (see details of qute for full list of application support https://github.com/mikemalinowski/qute)

If you want to easily run Launch Panel in standalone for everyday use on windows the easiest thing to do is to create a .cmd file on your desktop with the following in it:

call c:\python27\pythonw.exe /my/path/to/launchpand/run.py

Environments

If you're using launchpanel in multiple contexts it can be useful to differentiate one from the other. This can be done by setting the environment_id.

This is simply a string identifier which defines where it will store its settings/preferences.

import launchpanel
launchpanel.launch(environment_id='foo')

The above instance will not cross over with the instance created below, meaning each can have their own paths to look for actions.

import launchpanel
launchpanel.launch(environment_id='bar')

This is particulary useful if you are running multiple projects and want a bespoke set of plugins displayed for each one.

Dependencies

This module has the following dependencies:

* launchpad
* qute
* scribble (pip install scribble)

Credits & Collaboration

This module was inspired by some excellent collaborative projects with a fantastic tech-artist called Toby Harrison-Banfield.

I am always open to collaboration, so if you spot bugs lets me know, or if you would like to contribute or get involved just shout!

Compatibility

Launchpad has been tested under Python 2.7 and Python 3.7 on Windows and Ubuntu.

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

launchpanel-2.0.1.tar.gz (137.8 kB view details)

Uploaded Source

Built Distribution

launchpanel-2.0.1-py3-none-any.whl (146.5 kB view details)

Uploaded Python 3

File details

Details for the file launchpanel-2.0.1.tar.gz.

File metadata

  • Download URL: launchpanel-2.0.1.tar.gz
  • Upload date:
  • Size: 137.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.7

File hashes

Hashes for launchpanel-2.0.1.tar.gz
Algorithm Hash digest
SHA256 fdd0c1a5635c0a79965b14fc60f861f975cb28fe026d910c5b0cc52a1e11b978
MD5 bb2ea46039bab183f217f10b2fb453bf
BLAKE2b-256 559207f35933b1d5a575473bdbf9a8d3f6c02032d30622e890de6fb245eeeaa1

See more details on using hashes here.

File details

Details for the file launchpanel-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: launchpanel-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 146.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.7

File hashes

Hashes for launchpanel-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a9f30dba65258e266a17dc28f4c0048d7a48855534dad445d42f6b0f2a35acc
MD5 c8c63e81c00ac73b36a04687bd07445d
BLAKE2b-256 9bf7bff5400d254246f369ce1d22561fd4d7fa86418bd23f306cfb3634ad3687

See more details on using hashes here.

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