Metadata-Version: 2.1
Name: uniquebible
Version: 0.2.26
Summary: UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng
Home-page: https://www.uniquebible.app/
Author: Eliran Wong
Author-email: support@marvel.bible
License: GNU General Public License (GPL)
Project-URL: Source, https://github.com/eliranwong/UniqueBible
Project-URL: Tracker, https://github.com/eliranwong/UniqueBible/issues
Project-URL: Documentation, https://github.com/eliranwong/UniqueBible/wiki
Project-URL: Funding, https://www.paypal.me/MarvelBible
Keywords: bible scripture na28 bsha hebrew greek ai marvelbible biblebento uba uniquebible
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Build Tools
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, <3.13
License-File: LICENSE
Requires-Dist: apsw
Requires-Dist: babel
Requires-Dist: gdown
Requires-Dist: groq
Requires-Dist: haversine
Requires-Dist: markdown
Requires-Dist: mistralai
Requires-Dist: openai
Requires-Dist: opencc-python-reimplemented
Requires-Dist: packaging
Requires-Dist: prompt-toolkit
Requires-Dist: requests
Requires-Dist: uniquebible-maps-1 ==0.0.3
Requires-Dist: uniquebible-maps-2 ==0.0.3
Requires-Dist: uniquebible-maps-3 ==0.0.3
Requires-Dist: uniquebible-maps-4 ==0.0.3
Requires-Dist: uniquebible-maps-5 ==0.0.3
Requires-Dist: xonsh[full]
Provides-Extra: gui
Requires-Dist: PySide6 ; extra == 'gui'

# UniqueBible

A cross-platform & offline bible application, integrated with high-quality resources and unique features.

[![Watch the video](https://img.youtube.com/vi/NuTUhAD-zCk/maxresdefault.jpg)](https://youtu.be/NuTUhAD-zCk)

[Click to listen audio overview](https://youtu.be/NuTUhAD-zCk)

<b>Platforms:</b> <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Windows">Windows 10</a>, <a href="https://github.com/eliranwong/wsl2/blob/master/bible_apps/desktop.md">Windows WSL2</a>, <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-macOS">macOS [Sierra+]</a> and <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Linux">Linux</a> (Arch, Debian, Ubuntu & Mint), <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Chrome-OS">Chrome OS</a> (Debian 10), <a href="https://github.com/eliranwong/UniqueBible/wiki/Android-iOS-Version">Android / iOS</a>

# Resources

After downloading, all resources are available for offline use.

## Standard modules

* [Bibles](https://github.com/eliranwong/UniqueBible/wiki/Bible-Modules) - includes Hebrew & Greek resources
* [Commentaries](https://github.com/eliranwong/UniqueBible/wiki/Commentary-Modules)
* [Dictionaries](https://github.com/eliranwong/UniqueBible/wiki/Dictionaries)
* [Encyclopedias](https://github.com/eliranwong/UniqueBible/wiki/Encyclopedias)
* [Bible Topics](https://github.com/eliranwong/UniqueBible/wiki/Bible-Topics)
* Lexicons
* Cross References
* Treasury of Scripture Knowledge
* Discourse Analysis
* Harmonies and Parallels
* Bible Promises
* Timelines
* Bible Characters and Locations

## GitHub modules

* [UBA Bibles](https://github.com/otseng/UniqueBible_Bibles)
* [UBA Commentaries](https://github.com/darrelwright/UniqueBible_Commentaries)
* [UBA Books](https://github.com/darrelwright/UniqueBible_Books)
* [UBA Maps-Charts](https://github.com/darrelwright/UniqueBible_Maps-Charts)
* [UBA PDF](https://github.com/otseng/UniqueBible_PDF)
* [UBA EPUB](https://github.com/otseng/UniqueBible_EPUB)
* [UBA Hymn Lyrics](https://github.com/otseng/UniqueBible_Hymn_Lyrics)
* [UBA Devotionals](https://github.com/otseng/UniqueBible_Devotionals)

# User Interface

Unique Bible App can <a href="https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes">run in different modes</a>, both online and offline, for examples:

> <a href="https://github.com/eliranwong/UniqueBible/wiki/Command-Line-Interface">GUI mode</a> - a Qt-based Multi-Window Desktop Application, designed to run UBA on Windows, macOS, Linux, ChromeOS

> <a href="https://github.com/eliranwong/UniqueBible/wiki/Web-Version-%5Bavailable-OFFLINE%5D">Http-server</a> - a web server that supports regular browsing and APIs, e.g. <a href="https://bible.gospelchurch.uk">https://bible.gospelchurch.uk</a>

> <a href="https://github.com/eliranwong/UniqueBible/wiki/Terminal-Mode">Terminal mode</a> - the quickest way to run UBA; the most comprehensive in terms of feature coverage; all platforms supported; local or via ssh

> <a href="https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes">other modes ...</a>

# AI Features

AI Features have been integrated into UniqueBible App. Five backends are supported:
1. OpenAI / ChatGPT
2. Google AI / Gemini
3. X AI / Grok
4. Grok Cloud API
5. Mistral AI API.

# Development Team

Eliran Wong (https://github.com/eliranwong)

Oliver Tseng (https://github.com/otseng)

<a href="https://github.com/eliranwong/UniqueBible/wiki/Translators">Program Interface Translators</a>

# Screenshot:

<img width="1440" alt="Screenshot 2022-02-18 at 19 09 09" src="https://user-images.githubusercontent.com/25262722/154747249-adf94293-eaab-43aa-9461-04d4d688b3d1.png">

# Quick Start

Python 3.8+ required!

To install:

> pip install uniquebible

To run GUI mode:

> uniquebible

More about installation at https://github.com/eliranwong/UniqueBible/wiki/Installation

More about running modes at https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes

# Features, instructions and how-tos

[Wiki](https://github.com/eliranwong/UniqueBible/wiki)

# Help, discussion and support

[Discussions](https://github.com/eliranwong/UniqueBible/discussions)

# Feature requests, issues and bug reporting

[Issues](https://github.com/eliranwong/UniqueBible/issues)

# Donations:

Please consider a donation via our PayPal account:
<a href="https://www.paypal.me/MarvelBible">https://www.paypal.me/MarvelBible</a>

