Skip to content

mxavier-dev/random-bible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“– Random Bible Verse Generator

A script that displays random Bible verses to provide inspiration and reflection at the click of a button.

πŸš€ Technologies

This project was built using the following technologies:

  • Language: Python 3
  • Core Modules: datetime and random (Standard Library)

πŸ’» How it works

This script was created to practice Python fundamentals. It allows users to quickly access different biblical passages, making it a great tool for daily devotionals or study sessions.

✨ Features

  • Random verse selection.
  • Day integration for logs or daily tracking.
  • Lightweight and dependency-free (no external installations required).

πŸ› οΈ How to Run

Prerequisites

Make sure you have Python installed on your system.

Steps

  1. Clone the repository:
git clone https://github.com/mxavier-dev/random-bible
  1. Navigate to the folder:
cd random-bible/
  1. Choose your preferred language and navigate to the folder:
cd English/

or

cd Portuguese/
  1. Run the script to create the file with list of chapters (Bible.txt):

Open your preferred terminal or IDE and run:

(The example uses the English version, but if you are using the Portuguese version, copy the command below and replace EN to PT-BR.)

python3 Bible_txt_EN.py

If display a error 'python3 not found' make sure the python is installed. But if the error persists replace python3 to python

  1. Run the script to display a random chapter from the Bible and save it to another file (bible_readed.txt):

(The example uses the English version, but if you are using the Portuguese version, copy the command below and replace EN to PT-BR.)

python3 Bible_random_EN.py

❗ WARNING

Once the Bible_txt.py file has been executed, no need to run again

Run only the Bible_random.py file so that it does not overwrite the existing file.

πŸ“« Contact

Developed by Matheus de Freitas Xavier β€’ Linkedin Profile

About

Scripts that create and manipulate files and select a random chapter from the Bible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages