module installhelper.link_shortcuts¶

Short summary¶

module pymyinstall.installhelper.link_shortcuts

Various helper about shortcuts and links

source on GitHub

Functions¶

function

truncated documentation

add_shortcut

Adds a shortcut to the desktop.

add_shortcut_to_desktop

add_shortcut()

suffix

add a suffix to a shortcut name = python version + architecture

Documentation¶

Various helper about shortcuts and links

source on GitHub

pymyinstall.installhelper.link_shortcuts.add_shortcut(target, name, description='', arguments='', icon=None, workdir=None, folder=None)¶

Adds a shortcut to the desktop.

Parameters:
  • target – target

  • name – name of the shortcut

  • description – description

  • arguments – arguments

  • icon – icon

  • workdir – working directory

  • folder – where to save the shortcut (None for the desktop)

Returns:

path to the shortcut

source on GitHub

pymyinstall.installhelper.link_shortcuts.add_shortcut_to_desktop(file, name, description='', arguments='', icon=None, workdir=None)¶

add_shortcut

source on GitHub

pymyinstall.installhelper.link_shortcuts.suffix()¶

add a suffix to a shortcut name = python version + architecture

Returns:

string

source on GitHub

Logo

Links

  • Blog
  • Index
  • Module

Contents

  • API
  • Examples
  • Notebook Gallery
  • FAQ
  • List of available sets of modules
  • All modules listed by pymyinstall
  • Notebook Gallery
  • Blog Gallery
  • Documentation, unit tests, setup
  • Generate this documentation
  • Generate the setup
  • Installation
  • Glossary
  • Modules
  • License
  • pymyinstall: easier installation of packages
  • History
  • Changes

Information

  • FAQ
  • Glossary
  • README
  • Changes
  • License

Related Topics

  • Documentation overview
    • Modules
      • Previous: module installhelper.internet_settings
      • Next: module installhelper.missing_license

This Page

  • Show Source
Powered by Sphinx 6.2.1 & Alabaster 0.7.13 | Page source