kivyblocks/test
2022-08-29 20:59:26 +08:00
..
conf bugfix 2021-08-15 16:57:20 +08:00
gadget bugfix 2022-08-26 12:53:06 +08:00
script bugfix 2022-08-29 20:59:26 +08:00
buildozer.spec bugfix 2021-08-15 16:57:20 +08:00
main.py bugfix 2021-08-15 16:57:20 +08:00
README.md bugfix 2022-08-26 12:53:06 +08:00
rv.py bugfix 2022-08-26 12:53:06 +08:00
scroll.py bugfix 2021-08-15 16:57:20 +08:00
ttdg.py bugfix 2021-08-15 16:57:20 +08:00

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