Simple GUI for the Bible
Project description
This is a simple bible application that parses bible verses and either prints it to the console window or displays it graphically (Pygame needed in this case).
Requirements
Python 3
Pygame (For graphical display)
To install pygame, use:
pip install pygame
Installation
PIP
If you have Pip installed, go to the terminal window and type
pip install guibible
Manually
Go to the Python Packaging Index website. Search for guibible and either download the compressed version for your operating system and copy it into the Lib –> site-packages directory of your python 3.
You can also download and run the .msi or .exe file for windows.
Usage Instructions
Importing
from guibible.net import Bible # or
import guibible.net
Usage
All are Optional arguments
instance_variable = Bible(book, chapter, verse_begin, verse_end)
To display(print) verse in console window, use:
No arguments –> sample.read()
To display verse in graphical format, use:
No arguments –> sample.display() will use the default foreground color (black) on the default background color (white).
One argument –> sample.display((0,0,255)) will use the first argument(supplied foreground color) on the default background color (white).
Two arguments –> sample.display((0,0,255), (255, 255, 0)) will use the first argument(supplied foreground color) on the second argument (supplied background color).
Quitting
You can quit the pygame graphical window by either pressing the Q, SPACE or ESC key on the keyboard
Contribution
If you would like to contribute to this project, feel free to fork me on Github
License
Copyright (c) 2015 Taiwo Kareem | taiwo.kareem36@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Acknowledgements
All glory belongs to God for his mercy and guidance.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file guibible-0.1.4.zip
.
File metadata
- Download URL: guibible-0.1.4.zip
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a9ad80cb8cf34492a8ec7e9b21dd070ed8e325525c9e54fe200d6eee118470d |
|
MD5 | ce36f5153fde4b604ceef747a6fb5595 |
|
BLAKE2b-256 | 92c7ef2ff7181e51bd8b56e877b26fff326b52374bc819a10e0691a3d4acc9d1 |
File details
Details for the file guibible-0.1.4.tar.gz
.
File metadata
- Download URL: guibible-0.1.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd87c3517ae8fe19c8b23ec586767aa40c2924dc2403e840a93c0b5b7a05f54c |
|
MD5 | 13a466b69cef91d341c98ee93cd92197 |
|
BLAKE2b-256 | 0b0245182b8c67a2df649adbdd724c683acc19a7088f69a04d312cfb529c97f3 |
File details
Details for the file guibible-0.1.4-0.src.rpm
.
File metadata
- Download URL: guibible-0.1.4-0.src.rpm
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e96516f47f710a8836a0a354d3e88586f695dfecaee28b5a54c570de2a2dcb15 |
|
MD5 | 69a62c80e409984f154ea829530edd4e |
|
BLAKE2b-256 | 05a381ff7c012bd4c7642345935d273154a2134d80e8f874aae97d0eb0221d7f |
File details
Details for the file guibible-0.1.4.win32.exe
.
File metadata
- Download URL: guibible-0.1.4.win32.exe
- Upload date:
- Size: 198.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d27e1d11d5fc68cbbff34783b17ed615bde296e82a92c2665d021d43c3504715 |
|
MD5 | 2e1b004d7bbbd9c69c4efdf0512f9e98 |
|
BLAKE2b-256 | 751e91365a942e821690d993efa7cedccafb9afc9dcf5b02aa8b3f44d028f805 |
File details
Details for the file guibible-0.1.4.linux-x86_64.tar.gz
.
File metadata
- Download URL: guibible-0.1.4.linux-x86_64.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3539a753abbff84eb7bd71726b7fa57417eef039826e24857f1ae172c8e0fac1 |
|
MD5 | d6adfb10ca00d4e57d1311e32a6d8fd2 |
|
BLAKE2b-256 | 793c6b0883e40667f8f98b2f5f297e6f2250a742e666bc9a70779c9c2fac4806 |
File details
Details for the file guibible-0.1.4-1.noarch.rpm
.
File metadata
- Download URL: guibible-0.1.4-1.noarch.rpm
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 665fdd4d13aed4c2190ecb98028071e0b2cd84c68a01d3a0080e5c29c477601c |
|
MD5 | 8d0d2eb71ef83708ee57f8363c9b002b |
|
BLAKE2b-256 | 5bc6897fb41421a1df78f93f269acc5dc3fb7060f986728f38f0db76fff02f54 |