docs/blocks | ||
kivyblocks | ||
readme | ||
test | ||
github-speed-up.md | ||
README.md | ||
requirements.txt | ||
setup.py |
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: