Can someone please post a code example for python that unpacks and packs files please?
The syntax in usage does not work in Mac terminal nor in Python, saying it doesn't find "unpack".
for example
`import keynote_parser
file_path = 'keynote_template.key'
keynote_parser.unpack_command(file_path)`
says it has no attribute unpack_command() -- which I saw in the command line py file.
If I try just unpack, it doesn't have that attribute.
In mac terminal, if I type in keynote-parser unpack file.key, I get an error with unpack as well. A for-dummies code example would be very helpful. Thank you.
Can someone please post a code example for python that unpacks and packs files please?
The syntax in usage does not work in Mac terminal nor in Python, saying it doesn't find "unpack".
for example `import keynote_parser
file_path = 'keynote_template.key'
keynote_parser.unpack_command(file_path)`
says it has no attribute unpack_command() -- which I saw in the command line py file. If I try just unpack, it doesn't have that attribute.
In mac terminal, if I type in keynote-parser unpack file.key, I get an error with unpack as well. A for-dummies code example would be very helpful. Thank you.