Go to file
2021-02-03 14:44:59 +08:00
docs/blocks bugfix 2021-01-30 11:14:03 +08:00
kivyblocks bugfix 2021-02-03 14:44:59 +08:00
test bugfix 2020-11-24 16:38:39 +08:00
github-speed-up.md bugfix 2021-01-30 23:29:34 +08:00
README.md first commit 2019-12-19 11:13:47 +08:00
requirements.txt bugfix 2021-01-31 17:37:28 +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: