Bible-verse
a web and commandline based tool to suggests Bible verses based on feeling
Bibleverse is a commandline and web tool that helps you find the bible verses that speak the most to your circumstance.
Religious people and most especially christians find solace in the written word about their faith, the Bible. However, the Bible contains 66 books and many verses that talk about different things and circumstances. This tool is geared towards helping christians find relevant verses from the Bible that is directed towards their conditions


Getting Started
To get started and set up the project in your local environment, please download the packages listed in the requirements
Installation
- Create a virtual environment
python -m venv .venv
- Activate the virtual environment
source .venv/bin/activate
- Clone the repo
git clone https://github.com/Ajalamarvellous/bibleverse.git
- Install the necessary packages
pip install requirements
And you are ready to rumble
Usage
To try out the software, you can use the commandline or through the web.
To use the commandline
python src/cli.py
To use the web service
streamlit run src/web.py
Voila, there you go, you have it running on your device
You can read more about the project here and how to contribute if you’re interested in.