Windows Shortcut file (.lnk) parser for Python. Current version 1.6.0, updated infrequently (last release 2022).
pip install lnkparse3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a .lnk file and print its name and target path.
Use open('file.lnk', 'rb').read() before passing to LnkParse3.Refer to source or README for exact method names; they are all lowercase.
Use Python 3.6+.
No dependency data recorded yet.