wsbones
Beta Tester
- Messages
- 3,192
I have been learning Python programming (trying anyway). I decided to write a simple Bible program as a learning exercise. If you have any interest, you can get the zip file containing the program in plain text and an input Bible text file (same version as SS - KJV) at http://wsbones.googlepages.com/PythonBible.zip . Unzip both files to the same location. Feel free to modify the program.
You need Python on your computer to run the program. Get it at http://www.python.org/download/
Type in an input reference range in specified format and the program displays the verses on the screen. It also writes them to a verse list for later use. That's it. Hitting the enter key displays the next verse, h for help, q to quit.
Python runs on PC, Linux, and Mac and probably a lot of other platforms.
This will never compete with SS . I have been just having fun with it. It gives me awe to think about how complicated SS must be to have all the features it has. It hard enough just to parse a valid Bible reference.
You need Python on your computer to run the program. Get it at http://www.python.org/download/
Type in an input reference range in specified format and the program displays the verses on the screen. It also writes them to a verse list for later use. That's it. Hitting the enter key displays the next verse, h for help, q to quit.
Python runs on PC, Linux, and Mac and probably a lot of other platforms.
This will never compete with SS . I have been just having fun with it. It gives me awe to think about how complicated SS must be to have all the features it has. It hard enough just to parse a valid Bible reference.