Added the required dependencies to README.MD

This commit is contained in:
Timothy GFO 2023-09-28 12:46:33 -04:00
parent e55abe2c92
commit 389623b3c0

View file

@ -4,7 +4,12 @@
The goal of this project is to create a single, easy to use, and flexible Python Library for the MMLV format used in Mega Man Maker. This project takes advantage of the common ConfigParser Module, and uses it to read and write the files, for use in the Py-MMLV.
## Installation
Just download the mmlv_library.py file. It's still work in progress, not complete at all...
Dependencies:
configparser
os
requests
the included "definitions.py"
After you install the required dependencies, you just download the mmlv_library.py file and import it on your program. It's still work in progress, not complete at all...
## Usage
When in beta, you should be able to import as a module in another python program and call functions like "set_tile(mm1iceman, version_of_tile, x, y)". You need to specify the filename variable before doing anything. Maybe there is a better way to specify filenames...