Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 367 Bytes

Library and tool for Nintendo's TMPK archive format

Requirements

  • Python 3.6+

Usage

tmpk create  {files_to_include_in_archive}  {destination_archive}
tmpk update  {files_to_add_or_replace_in_archive}  {destination_archive}
tmpk extract {archive}
tmpk list {archive}

Pass -h to see a full list of commands or usage help for a specific command.