Go to file
2020-09-07 20:18:54 +08:00
kivyblocks bugfix 2020-09-07 20:18:54 +08:00
test bugfix 2020-08-07 07:39:38 +08:00
README.md first commit 2019-12-19 11:13:47 +08:00
requirements.txt add qrdata 2020-07-28 21:35:36 +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: