Descripiton This is a quiz app written with python3 and Kivy.
If you want to run app. Then download "main.py", "question_answer.py" and "test.ky".
#If you want to make any new type of app from this app then
- Put txt file in "Put text file here" folder encoding should be utf-8 and pattern should be as text file put there
- open "1. run first.py" and run. you will get "2. copy_paste.py" and "question_answer.py".
- open "2. copy_paste.py" and copy the items as described in cmt in "main.py" and "test.kv" file.
- run "main.py". If it says it cant find any thing run again and again for 3 to 5 times. I don't know this is bug or what but it worked in python2 well
- copy "main.py", "question_answer.py" and "test.ky" in seperate folder for making full app.
- for running in android using pydroid comment as "#Window.size = (340 ,550)" of main.py
Note:- make test.kv in small letter as linux is case sensitive
- download oracle virtualbox
- download ubuntu iso image
- run ubuntu in virtualbox
- download install-kivy-buildozer-dependencies.sh
- open terminal in ubuntu where above file is located
- paste these in terminal
chmod +x install-kivy-buildozer-dependencies.sh
./install-kivy-buildozer-dependencies.sh
- If Android dependencies are outdated execute:
buildozer android update
- buildozer init
- buildozer android debug deploy