Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gottadiveintopython/mostx-kivy
Mostx(Quiz Generator) with Kivy front-end
https://github.com/gottadiveintopython/mostx-kivy
kivy
Last synced: about 2 months ago
JSON representation
Mostx(Quiz Generator) with Kivy front-end
- Host: GitHub
- URL: https://github.com/gottadiveintopython/mostx-kivy
- Owner: gottadiveintopython
- License: mit
- Created: 2017-08-24T20:59:35.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T23:41:56.000Z (over 3 years ago)
- Last Synced: 2024-10-20T12:24:52.668Z (3 months ago)
- Topics: kivy
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BはAより大きい
AはCより小さい
BはCより小さい
最も小さいのは?といった感じのQuizをドンドン出題してくるアプリ。
日本語,繁體中國語,韓國語,英語に對應。### Test環境(Test Environment)
- Python 3.8.1 + Kivy 2.0.0
### その他
Google Play Storeでも公開しています
https://play.google.com/store/apps/details?id=jp.gottadiveintopython.mostx## 更新情報
- 0.0.5dev
- Testコードを別Fileに分離した
- added Creditsシーン
- added Quiz中に何時でもTitleに戻れるButton
- 0.0.4
- fixed 問題に答えた数(n_answered)が0の時、0除算していた問題を修正
- fixed 幾つかの言語(中韓英)の文の並列表現を修正
- added TitleScreenにAnimationを入れた- 0.0.3
- added new language (korean)
- fixed font_size problem- 0.0.2
- added language_settings- 0.0.1
- first release