Windows LNK File Parser and Creator
Project description
Python library for reading and writing Windows shortcut files (.lnk)
This library can parse .lnk files and extract all relevant information from them which is especially helpful if you need to do this on a non-ms-windows machine. Parsing a .lnk file yields a LNK object which can be altered and saved again. Moreover, .lnk file can be created from scratch be creating a LNK object, populating it with data and then saving it to a file. As that process requires some knowledge about the internals of .lnk files, some convenience functions are provided.
Limitation: Windows knows lots of different types of shortcuts which all have different formats. This library currently only supports shortcuts to files and folders on the local machine.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pylnk-0.2.tar.gz
.
File metadata
- Download URL: pylnk-0.2.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed3db6c10d5c0765368587520db0589daffb2fc6255da7c6ea4e747f35f9fe8e |
|
MD5 | e839244e4d6c5e6d8e89c0cfd88db6af |
|
BLAKE2b-256 | fb0833f44f78d9735d45cdf19c9794d2898266ce176c83e8cbc88e3eecc59216 |