Guide:Mod Organizer/Python Plugins

From Step Mods | Change The Game
< Guide:Mod Organizer
Revision as of 11:10, December 22, 2013 by MilesTeg (talk | contribs) (Created page with "<div style="margin-top:-2px">< Guide:Mod Organizer</div> __TOC__ =How to add Python plugins to Mod Organizer= ==Requirements== * SIP: http://www.bogo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to add Python plugins to Mod Organizer[edit | edit source]

Requirements[edit | edit source]

SIP provides us with the ability to call MO-internal C++ functions from within our python plugin.

PyQt4 gives a nice General User Interface (GUI).


Installation[edit | edit source]

  • install SIP
  • install PyQt4