Metadata-Version: 2.1
Name: searchbible
Version: 0.0.11
Summary: Search Bible AI - Integrate Unique Bible App resources with AI tools
Home-page: https://letmedoit.ai
Author: Eliran Wong
Author-email: support@letmedoit.ai
License: GNU General Public License (GPL)
Project-URL: Source, https://github.com/eliranwong/searchbibleai
Project-URL: Tracker, https://github.com/eliranwong/searchbibleai/issues
Project-URL: Documentation, https://github.com/eliranwong/searchbibleai/wiki
Project-URL: Funding, https://www.paypal.me/MarvelBible
Keywords: ai unique bible search openai google chatgpt gemini chromadb
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: prompt-toolkit
Requires-Dist: pygments
Requires-Dist: pyperclip
Requires-Dist: openai ==1.3.5
Requires-Dist: google-cloud-aiplatform
Requires-Dist: apsw
Requires-Dist: sentence-transformers
Requires-Dist: chromadb

# Search Bible AI

Integrate Unique Bible App resources with AI tools

Built upon our projects, the [UniqueBible App](https://github.com/eliranwong/UniqueBible) and [LetMeDoIt AI](https://github.com/eliranwong/letmedoit), SearchBible AI is our latest Bible app that aims to integrate our comprehensive Bible resources with the recent advancements in AI technology and tools.

# Installation / Upgrade

> pip install --upgrade searchbible

# Usage

> searchbible

To convert an UniqueBible App bible file, e.g.:

> searchbibleconvertor -b "/temp/NET.bible"

# Progress

1. Support conversion UnqiueBible App bibles (done)

2. Build simple cli interface for reading single bible chapter (partial)

3. Build simple cli interface for searching verses (partial)

4. Build simple cli interface for searching paragraphs (pending)

5. Integrates ChatGPT and Gemini Pro features (pending)

6. Support more UnqiueBible App bible resources (pending)

7. Build a Qt-based graphical user interface, like we do in [UniqueBible App](https://github.com/eliranwong/UniqueBible) (pending)
