Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 831 Bytes

pylnker

Build Status

This is a fork of pylnker aimed to turn the original code into a class. The output that would normally be printed has been added to a dictionary which is returned to you after using the parse() function.

Credits:

Usage:

from pylnker import Pylnker
 
data = Pylnker("path_to_lnk").parse()