Python LCL Bindings

From Free Pascal wiki
Revision as of 11:12, 21 August 2015 by Mabudrais (talk | contribs)
Jump to navigationJump to search

The python LCL Bindings are a project to make the Lazarus Component Library accessible from python programming languages,it also aim to allow using lazarus-ide as python editor .

Status

pre-alpha

What already works

  • Creating a form from .lfm file, the form must only contain stdcrtls.
  • adding TNotifyEvent event to controls.
  • accessing some property's and functions of controls (few of them has been tested).
  • run python file from lazarus and some debugging functionality.

testing, ideas ,code are appreciated.

git

https://github.com/mabudrais/laz4py

See Also