Skip to main content

Create windows shortcuts (.lnk files) from anywhere

Project description

Summary
=======

Create windows shortcuts (`.lnk` files) from anywhere, including linux..

Python adaptation of some bash/C from
http://www.mamachine.org/mslink/index.en.html that seems to work. I have no
clue how.. All credits go to that author for deciphering the specifications
laid out by Microsoft here:
http://msdn.microsoft.com/en-us/library/dd871305.aspx

This currently is able to at least create local windows shortcuts.

Installation
============

To install: ``pip install swinlnk``

Example
=======

```python
from swinlnk.swinlnk import SWinLnk

swl = SWinLnk()

swl.create_lnk('W:\\Foo\\Bar', '/mnt/win_share/playground/Bar_winlink.lnk')
```

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

swinlnk-0.1.2.tar.gz (4.2 kB view hashes)

Uploaded Source

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