A Python application that provides relevant biblical guidance based on your situation or question. This app uses AI to analyze your input and find the most appropriate Bible verse along with practical applications.
- Intelligent analysis of user situations and questions
- Provides relevant Bible verses with context
- Explains why the verse is relevant
- Offers practical application steps
- Modern, user-friendly GUI
- Clone the repository:
git clone https://github.com/yourusername/bible-verse-finder.git
cd bible-verse-finder
- Create a virtual environment and activate it:
python -m venv venv
# On Windows:
venv\Scripts\activate
# On Unix or MacOS:
source venv/bin/activate
- Install the required packages:
pip install -r requirements.txt
- Create a
.env
file in the project root and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
- Run the application:
# On Windows:
run_app.bat
# On Unix or MacOS:
python bible_app_gui.py
- Enter your situation, question, or topic in the text box
- Click "Get Guidance"
- The app will provide:
- A relevant Bible verse
- An explanation of its relevance
- Practical application steps
- Python 3.8+
- customtkinter
- openai
- python-dotenv
- pydantic
- pydantic-ai
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.