Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 309 Bytes

readme.rst

File metadata and controls

13 lines (10 loc) · 309 Bytes

PyGRF

A Python package for dealing with Ragnarok Online data files.

List of Goals

  • provide a simple and easy to use API
  • open, read and unpack GRF and GPF archives
  • open, read and parse various game files, such as GAT, SPR, etc.
  • no external dependencies
  • well tested using pytest