Guide:Mod Organizer/Python Plugins

From Step Mods | Change The Game

How to add Python plugins to Mod Organizer

requirements

requirements for user interface (optional)

If you don't want to edit any user interfaces you'll probably won't need it.

PyQt4 comes with pyuic

Location: Python27\Lib\site-packages\PyQt4\uic\pyuic.py 

it generates .py commands from a Qt4 .ui file:

pyuic.py YOURDESIGN.ui


Installation

  • install SIP
  • install PyQt4