Metadata-Version: 2.1
Name: PylibMS
Version: 0.6.2
Summary: Library for Nintendo's LMS file formats (MSBT, MSBP) for Nintendo 3DS and Wii U and Switch.
Home-page: https://github.com/AbdyyEee/PylibMS
Author: AbdyyEee
License: UNKNOWN
Keywords: nintendo,msbf,msbt,msbp,modding,lms,libmessagestudio
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# PylibMS
PyLMS is a library built in Python3.10+ for Nintendo's LMS (libMessageStudio) file formats. Intended for games on the Nintendo 3DS and Wii U revisions of the file format. Examples such as:
* Tomodachi Life 
* Nintendo Badge Arcade
* The Legend of Zelda: A Link Between Worlds
* Animal Crossing: Amiibo Festival
* Super Mario 3D World
* Super Mario 3D Land.
# Features and Usage
See [the wiki](https://github.com/AbdyyEee/PylibMS/wiki) for explanations and examples on how to use the library.
# Installation
```
pip install PylibMS
```
Python version must be >= 10.


