Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 789 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 789 Bytes

ModOrganizer2 - Python debug plugin

This is a small plugin built upon pyqtconsole that offers a Python interpreter within MO2.

Installation

To install, go to the releases page and download the latest release (python_debug-x.y.z.zip). Extract the archive in your MO2 plugins/ folder (you should get a plugins/python_debug folder).

Usage

To start the interpreter, press F12 or use the Tools menu. Within the interpreter, you have access to the following immediately:

mobase  # The mobase module
organizer  # The global IOrganizer instance

License

MIT License

Copyright (c) 2020 Mikaël Capelle

See LICENSE for more information.