17 lines
567 B
Markdown
17 lines
567 B
Markdown
|
# 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]('./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:
|
||
|
```
|
||
|
```
|
||
|
|