/Minetest-log-data-extractor

A python module that extracts data from Minetest logs.

Primary LanguagePythonMIT LicenseMIT

MineTest Log Data Extractor

Code style: black

MT log data extractor is a python module that extracts data from Minetest logs.

License

Minetest log data extractor is a Open Source project under the MIT License (see LICENSE file for details).

Installing

Currently, there is no pip package for this module, so you will need to install it manually:

  • Download this module from here
  • Extract the archive
  • go into the extracted folder using cd
  • copy mt_log_data_extractor.py into your python installation's site-packages folder

Getting started

Import this module:

from mt_log_data_extractor import import_mt_log

Now, to get your data, use:

import_mt_log(mt_log_path)