Skip to content

TutorialDoctor/The-Bible-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A redesign of the Bible App I created here

Creating a Bible App with Pythonista to learn how to use the Sqlite3 module.

`Video Demo

Database from here

The only files you need currently are the_bible.py, the_bible.pyui, bible-sqlite.db.

This project will demonstrate how to:

  1. Query an SQlite database with Python
  2. Load data from a database into Pythonista's **ui.View()**s
  3. File handling with Python
  4. Using the sound module
  5. Creating alerts using the console module
  6. Work with the TableView module and pass data from one to another
  7. Use the datetime module to create a timestamp
  8. Use the lambda function
  9. Use list comprehension
  10. Using segmented controls

About

A full featured Bible App made with the Pythonista IOS app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages