Releases: Abracadabra3/bible_clock
Releases · Abracadabra3/bible_clock
Release list
Bible Clock 1.0
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!