Go to file
2020-03-08 17:39:01 +08:00
kivyblocks bugfix 2020-03-08 17:39:01 +08:00
test bugfix 2020-01-09 17:52:02 +08:00
README.md first commit 2019-12-19 11:13:47 +08:00
requirements.txt first commit 2019-12-19 11:13:47 +08:00
setup.py bugfix 2020-03-08 17:39:01 +08:00

KivyBlocks

Can you ever image build a gui application like play Lego blocks? kivyblocks it try to provide programmer a tool to build a application

Requirement

see the requirements.txt

Principle

There is a blocksapp(inherited from App) contains a toppage widget to hold all the top widget create by Blocks, and the Blocks can create widgets which is specified in a dictionary data, and a HttpClient to get data or weiget spec file for web server.

the widget specifiction file

How to use

see the simple example below: