If you have been following the Pythonista Slack Chat, you might have seen I have been working on a bible app using SQlite3 in Pythonista. Well, it is complete enough to showcase here in the forums.
Modules it uses
This single app demonstrates just about every feature of Pythonista's ui module. It demonstrates how to use Sqlite databases with the ui module to create a full app. The current list of modules it actively uses are ui,sqlite3,datetime,sound,console,clipboard,dialogs
What I still need to do
I still want to tweak some things and clean up the code a bit. I still want to add translation functionality and cross-reference.
Why I created it
I created this app for my personal use and education and for the use and education of others. I needed to be able to move through the scriptures quicker than other apps on the Apple app store allowed me to move. I also wanted to be able to take notes faster based on the scriptures.
License
GNU GENERAL PUBLIC LICENSE
Yes, you can contribute!