Skip to content

Bible Clock 1.0

Latest

Choose a tag to compare

@Abracadabra3 Abracadabra3 released this 27 Jul 18:44

This is the first release of Bible Clock!

This project uses tkinter to popup a GUI that will stay on top of all the other windows open. The window displays a Bible verse every minute. The address of the Bible verse is the time!
Bible verses are not zero indexed, however, so when the time ends in a zero it just displays the time. There are also some times that do not have a correlating Bible verse, so sometimes the clock may move the colon over one place (e.g. display 115:9 instead of 11:59).

Quickstart:

Download the .exe file and run it!

Or, if you don't want to download the exe, you can:

Install tkinter in your Python environment with pip install tkinter
Download the .py file (or copy and paste the code)
Run the file!