For work with Lui you need download latest version of lui translator. Recommend add lui.exe to PATH.
After download you need imagine what are you want to get. For example type the next code. Save into file "hello.lui".
Window { title: "Hello Lui" width: 150 height: 150 }
For creating a Python file you need open cmd, then change current dir. Type the command. After execution will be created Python file
:> lui --file="hello.lui"
Finally! Run the created file.