Difference between revisions of "Python LCL Bindings"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "The python LCL Bindings are a project to make the Lazarus Component Library from python programming languages,it also aim to allow using lazarus-ide as python editor . ==Stat...")
 
m (moved python lcl binding to Python LCL Bindings: case of name.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The python LCL Bindings are a project to make the Lazarus Component Library from python programming languages,it also aim to allow using lazarus-ide as python editor .
+
== About ==
 +
Python LCL Bindings is a project to make the [[LCL]] accessible from Python programming language. It also aims to allow using Lazarus IDE as Python editor.
  
 
==Status==
 
==Status==
Line 12: Line 13:
 
*run python file from lazarus and some debugging functionality.
 
*run python file from lazarus and some debugging functionality.
 
testing, ideas ,code are appreciated.   
 
testing, ideas ,code are appreciated.   
==git==
+
==Download==
  
<pre>
+
Homepage: https://github.com/mabudrais/laz4py
https://github.com/mabudrais/laz4py
 
</pre>
 
  
 
==See Also==
 
==See Also==
Line 22: Line 21:
 
*[[Using Lazarus for other computer languages]]
 
*[[Using Lazarus for other computer languages]]
  
[[Category:LCL]]
+
[[Category:Python]]
 
[[Category:Lazarus-CCR]]
 
[[Category:Lazarus-CCR]]

Latest revision as of 13:46, 21 August 2015

About

Python LCL Bindings is a project to make the LCL accessible from Python programming language. It also aims 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.

Download

Homepage: https://github.com/mabudrais/laz4py

See Also