kivyblocks/test
yumoqing 9c829e1a23 bugfix 2024-01-06 20:29:37 +08:00
..
conf bugfix 2024-01-06 20:29:37 +08:00
gadget bugfix 2023-10-09 13:52:30 +08:00
script bugfix 2023-10-09 13:52:30 +08:00
README.md bugfix 2023-10-09 13:52:30 +08:00
buildozer.spec bugfix 2023-10-09 13:52:30 +08:00
main.py bugfix 2023-10-09 13:52:30 +08:00
mixin.py bugfix 2023-10-09 13:52:30 +08:00
rv.py bugfix 2023-10-09 13:52:30 +08:00
scroll.py bugfix 2023-10-09 13:52:30 +08:00
ttdg.py bugfix 2023-10-09 13:52:30 +08:00

README.md

Kivyblocks test

hello kivyblocks

python main.py

script

this is a standalone mode deploy

cd test/scrip
python main.py

gadget

gadget is a light wight web server, please read it documents to learn how to install and configure it to run it. you need to start the gadget and change the port in test/gadget/conf/config.json before to run the following command

download and run gadget

git clone git@github.com/yumoqing/gadget.git
pip install -r requirements.txt
cd gadget/test
python ../src/gadget.py

if it run success, gadget is listen on prot 9080, then switch back to kivyblocks folder, then

cd test/gadget
python main.py