{ "info": { "author": "Taiwo Kareem", "author_email": "taiwo.kareem36@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Religion", "License :: OSI Approved", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Religion" ], "description": ".. -*- restructuredtext -*-\r\n\r\nThis 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)**. \r\n\r\n\r\nRequirements\r\n------------\r\n* Python 3\r\n* Pygame (For graphical display)\r\n \r\n\r\n **To install pygame, use:** \r\n\r\n.. code:: python\r\n\r\n pip install pygame\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n`PIP`\r\n^^^^^\r\nIf you have **Pip** installed, go to the ``terminal window`` and type \r\n\r\n.. code:: python\r\n \r\n pip install guibible\r\n\r\n`Manually`\r\n^^^^^^^^^^\r\n\r\nGo 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``. \r\n\r\n|\r\n\r\nYou can also download and run the ``.msi`` or ``.exe`` file for windows.\r\n\r\n\r\nUsage Instructions\r\n------------------\r\n\r\nImporting\r\n^^^^^^^^^\r\n\r\n.. code-block:: python\r\n\r\n from guibible.net import Bible # or \r\n import guibible.net\r\n\r\n\r\nUsage\r\n^^^^^\r\n\r\n**All are Optional arguments**\r\n\r\n``instance_variable = Bible(book, chapter, verse_begin, verse_end)``\r\n\r\n.. note::\r\n If you imported it the first way, you would have to use it this way. \r\n \r\n \r\n ``Default is Bible(Genesis, 1) which shows Genesis 1``\r\n\r\n .. code-block:: python\r\n \r\n sample= Bible(\"John\", 3, 16, 18) # Will get John 3:16-18\r\n\r\n Otherwise use:\r\n\r\n .. code-block:: python\r\n \r\n sample = guibible.net.Bible(\"John\", 3, 16)\r\n\r\n|\r\n\r\n**To display(print) verse in console window, use:**\r\n\r\n* `No arguments` --> sample.read() \r\n\r\n**To display verse in graphical format, use:**\r\n\r\n* `No arguments` --> ``sample.display()`` will use the default foreground color (black) on the default background color (white).\r\n\r\n* `One argument` --> ``sample.display((0,0,255))`` will use the `first argument(supplied foreground color)` on the default background color (white).\r\n \r\n* `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).\r\n\r\n\r\n.. note:: \r\n \r\n See `documentation `_ for full information\r\n\r\n\r\nQuitting\r\n^^^^^^^^\r\n\r\nYou can quit the pygame graphical window by either pressing the ``Q``, ``SPACE`` or ``ESC`` key on the keyboard\r\n\r\n\r\nContribution\r\n------------\r\n\r\nIf you would like to contribute to this project, feel free to ``fork me`` on `Github `_\r\n \r\n\r\nLicense\r\n--------\r\n\r\n`The MIT License `_\r\n\r\nCopyright (c) 2015 Taiwo Kareem | taiwo.kareem36@gmail.com\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\n\r\n\r\nAcknowledgements\r\n-----------------\r\n\r\nAll glory belongs to God for his mercy and guidance.", "description_content_type": null, "docs_url": "https://pythonhosted.org/guibible/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tushortz/guibible", "keywords": "Bible,KJV,Graphical Bible,GUI Bible", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "guibible", "package_url": "https://pypi.org/project/guibible/", "platform": "any", "project_url": "https://pypi.org/project/guibible/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tushortz/guibible" }, "release_url": "https://pypi.org/project/guibible/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Simple GUI for the Bible", "version": "0.1.4" }, "last_serial": 1738565, "releases": { "0.1.0": [ { "comment_text": "built for centos 7.1.1503", "digests": { "md5": "69253a758d61676186fc732f6704f888", "sha256": "4183e95eebce4f9cb1dba7995319fa23d83e22a662e6aea5dd4346e2ffa0a5e9" }, "downloads": -1, "filename": "guibible-0.1.0-1.noarch.rpm", "has_sig": false, "md5_digest": "69253a758d61676186fc732f6704f888", "packagetype": "bdist_rpm", "python_version": "any", "requires_python": null, "size": 10544, "upload_time": "2015-09-25T09:50:18", "url": "https://files.pythonhosted.org/packages/c6/5a/dbcd918be4db58bdd367faf5259afa6807b6c28c83f7fe979216ba45ec6e/guibible-0.1.0-1.noarch.rpm" }, { "comment_text": "built for centos 7.1.1503", "digests": { "md5": "4404aa2a1abd9729bba1b9ba4d922bc0", "sha256": "138f32f63c531c62ad2211dc798b8e4a0ee064f4fb187a7350180162a76edb94" }, "downloads": -1, "filename": "guibible-0.1.0-1.src.rpm", "has_sig": false, "md5_digest": "4404aa2a1abd9729bba1b9ba4d922bc0", "packagetype": "bdist_rpm", "python_version": "any", "requires_python": null, "size": 9837, "upload_time": "2015-09-25T09:50:02", "url": "https://files.pythonhosted.org/packages/4b/12/55a348e33e5883f90a21cd17cfa099b74676e93db9a3fd70e7ee5c072440/guibible-0.1.0-1.src.rpm" }, { "comment_text": "built for Linux-3.10.0-229.11.1.el7.x86_64-x86_64-with-glibc2.2.5", "digests": { "md5": "d031faac280f145406ed3b00a184c2f3", "sha256": "6f103228e17144c19cd4bae168b9d4ec59ee559c539d5f6377f98e6e5899f410" }, "downloads": -1, "filename": "guibible-0.1.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d031faac280f145406ed3b00a184c2f3", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5286, "upload_time": "2015-09-25T09:49:30", "url": "https://files.pythonhosted.org/packages/42/fc/41429f0eee2bf69c11ec7ead5cee1d6d70c6fabfb833e1b666854b694d09/guibible-0.1.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "7b25e1c5336a6211be39a44acedc879e", "sha256": "d58f373559eec3b572f409eb4f47a4cb79969ba347ac4626ca5c05c35d2609e1" }, "downloads": -1, "filename": "guibible-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7b25e1c5336a6211be39a44acedc879e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3862, "upload_time": "2015-09-25T09:49:41", "url": "https://files.pythonhosted.org/packages/17/e1/e1f787e818f63b8ca09778b8da9dccd5ba129b951e4fd919ffd335d024d3/guibible-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "4306891cc1880abc5132d19605d628c5", "sha256": "7c1886e2127e5db07b59672775ba8e18fd130253a41869545064917f8659b38d" }, "downloads": -1, "filename": "guibible-0.1.0.win32.exe", "has_sig": false, "md5_digest": "4306891cc1880abc5132d19605d628c5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 197638, "upload_time": "2015-09-25T09:42:31", "url": "https://files.pythonhosted.org/packages/a3/05/a478838582473f687d28af0171bc215c9bed68cebd262b514cbf66116ecb/guibible-0.1.0.win32.exe" }, { "comment_text": "", "digests": { "md5": "ddc3d0a0f8c25bd5aeeb86d1f294f67e", "sha256": "76361594f6a2ef2b09ac522acddf14a0f67620c7fc769be6a45805d8c0791b0e" }, "downloads": -1, "filename": "guibible-0.1.0.zip", "has_sig": false, "md5_digest": "ddc3d0a0f8c25bd5aeeb86d1f294f67e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5385, "upload_time": "2015-09-25T09:40:59", "url": "https://files.pythonhosted.org/packages/f5/fa/c50cde98f156e89b56bdabfdf8f03f84609472445312127497cf12b9e4f1/guibible-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "44ef2b33d6602f6b24b09cc3a23cf4fa", "sha256": "3a174eb9c7d272a05895a683811a7c5782df38bb6fff3572a56708f86fb27a3c" }, "downloads": -1, "filename": "guibible-0.1.1.win32.exe", "has_sig": false, "md5_digest": "44ef2b33d6602f6b24b09cc3a23cf4fa", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 198825, "upload_time": "2015-09-25T11:26:26", "url": "https://files.pythonhosted.org/packages/6e/89/132ad4e43fc982f7e992414e8528ba5ce6329e63c9b434bb7768c6b34a01/guibible-0.1.1.win32.exe" }, { "comment_text": "", "digests": { "md5": "ca01d9113829bea40bdef2e771254694", "sha256": "9b3c56d89f644b02ed47682378e9f44727aff0fb5d9b92ae80678320534599ae" }, "downloads": -1, "filename": "guibible-0.1.1.zip", "has_sig": false, "md5_digest": "ca01d9113829bea40bdef2e771254694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6148, "upload_time": "2015-09-25T11:26:33", "url": "https://files.pythonhosted.org/packages/dc/38/07a2444a7eb1cc001b3edb89459ce51a7c3822b2994207fe717fdd101df3/guibible-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "acd3865cbfc7f449a5b24da0fdb0ad63", "sha256": "5631dc3a0f32f60ea6f590fee186611134bb48d1bbe714e5657f545b52ecee10" }, "downloads": -1, "filename": "guibible-0.1.2.win32.exe", "has_sig": false, "md5_digest": "acd3865cbfc7f449a5b24da0fdb0ad63", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 198819, "upload_time": "2015-09-25T12:37:13", "url": "https://files.pythonhosted.org/packages/97/59/0987b6e467558596c919f10be317373e2cf27cef6f693392691daa33dd31/guibible-0.1.2.win32.exe" }, { "comment_text": "", "digests": { "md5": "dcca7e27f795d5bf688b3a2e7edc799b", "sha256": "1f8da164aa3463a01a2b018e848a4001f261e1584b76d348aa32689a34ddcbf2" }, "downloads": -1, "filename": "guibible-0.1.2.zip", "has_sig": false, "md5_digest": "dcca7e27f795d5bf688b3a2e7edc799b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6155, "upload_time": "2015-09-25T12:37:21", "url": "https://files.pythonhosted.org/packages/89/04/5cc17fe08c14105a7e6bd2e65dce03212f07c2d6260278ec434dd5ce497d/guibible-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "afb375b7003a2fe8362d7b90c6be99fb", "sha256": "4f213d2b751925981f1a010000a00ad9e818260bb9fe5c98c4b74dafe12a0790" }, "downloads": -1, "filename": "guibible-0.1.3.win32.exe", "has_sig": false, "md5_digest": "afb375b7003a2fe8362d7b90c6be99fb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 198844, "upload_time": "2015-09-25T12:48:17", "url": "https://files.pythonhosted.org/packages/a4/4f/933ba8d7936936d418e915a9469d9adf95c667b8e17eb33b7cc7cee5575b/guibible-0.1.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "3efbbd0a70aca4c9ba621ea457f1754c", "sha256": "3d887b0531bca6f1064ed2a92031ac8249bea1331660c72d200724f08c6f9f3b" }, "downloads": -1, "filename": "guibible-0.1.3.zip", "has_sig": false, "md5_digest": "3efbbd0a70aca4c9ba621ea457f1754c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6181, "upload_time": "2015-09-25T12:48:26", "url": "https://files.pythonhosted.org/packages/24/26/19539db606ee6dc6d17aada21e4b48f3360c3b1c7771b92aa91244e21b97/guibible-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "69a62c80e409984f154ea829530edd4e", "sha256": "e96516f47f710a8836a0a354d3e88586f695dfecaee28b5a54c570de2a2dcb15" }, "downloads": -1, "filename": "guibible-0.1.4-0.src.rpm", "has_sig": false, "md5_digest": "69a62c80e409984f154ea829530edd4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11616, "upload_time": "2015-09-25T15:29:44", "url": "https://files.pythonhosted.org/packages/05/a3/81ff7c012bd4c7642345935d273154a2134d80e8f874aae97d0eb0221d7f/guibible-0.1.4-0.src.rpm" }, { "comment_text": "built for Linux-3.10.0-299", "digests": { "md5": "8d0d2eb71ef83708ee57f8363c9b002b", "sha256": "665fdd4d13aed4c2190ecb98028071e0b2cd84c68a01d3a0080e5c29c477601c" }, "downloads": -1, "filename": "guibible-0.1.4-1.noarch.rpm", "has_sig": false, "md5_digest": "8d0d2eb71ef83708ee57f8363c9b002b", "packagetype": "bdist_rpm", "python_version": "any", "requires_python": null, "size": 11884, "upload_time": "2015-09-25T15:23:28", "url": "https://files.pythonhosted.org/packages/5b/c6/897fb41421a1df78f93f269acc5dc3fb7060f986728f38f0db76fff02f54/guibible-0.1.4-1.noarch.rpm" }, { "comment_text": "built for Linux-3.10.0-229.14.1.el7.x86_64-x86_64-with-glibc2.2.5", "digests": { "md5": "d6adfb10ca00d4e57d1311e32a6d8fd2", "sha256": "3539a753abbff84eb7bd71726b7fa57417eef039826e24857f1ae172c8e0fac1" }, "downloads": -1, "filename": "guibible-0.1.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d6adfb10ca00d4e57d1311e32a6d8fd2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5906, "upload_time": "2015-09-25T15:14:25", "url": "https://files.pythonhosted.org/packages/79/3c/6b0883e40667f8f98b2f5f297e6f2250a742e666bc9a70779c9c2fac4806/guibible-0.1.4.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "13a466b69cef91d341c98ee93cd92197", "sha256": "dd87c3517ae8fe19c8b23ec586767aa40c2924dc2403e840a93c0b5b7a05f54c" }, "downloads": -1, "filename": "guibible-0.1.4.tar.gz", "has_sig": false, "md5_digest": "13a466b69cef91d341c98ee93cd92197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4417, "upload_time": "2015-09-25T15:25:02", "url": "https://files.pythonhosted.org/packages/0b/02/45182b8c67a2df649adbdd724c683acc19a7088f69a04d312cfb529c97f3/guibible-0.1.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "2e1b004d7bbbd9c69c4efdf0512f9e98", "sha256": "d27e1d11d5fc68cbbff34783b17ed615bde296e82a92c2665d021d43c3504715" }, "downloads": -1, "filename": "guibible-0.1.4.win32.exe", "has_sig": false, "md5_digest": "2e1b004d7bbbd9c69c4efdf0512f9e98", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 198910, "upload_time": "2015-09-25T14:48:52", "url": "https://files.pythonhosted.org/packages/75/1e/91365a942e821690d993efa7cedccafb9afc9dcf5b02aa8b3f44d028f805/guibible-0.1.4.win32.exe" }, { "comment_text": "", "digests": { "md5": "ce36f5153fde4b604ceef747a6fb5595", "sha256": "6a9ad80cb8cf34492a8ec7e9b21dd070ed8e325525c9e54fe200d6eee118470d" }, "downloads": -1, "filename": "guibible-0.1.4.zip", "has_sig": false, "md5_digest": "ce36f5153fde4b604ceef747a6fb5595", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6246, "upload_time": "2015-09-25T14:49:03", "url": "https://files.pythonhosted.org/packages/92/c7/ef2ff7181e51bd8b56e877b26fff326b52374bc819a10e0691a3d4acc9d1/guibible-0.1.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69a62c80e409984f154ea829530edd4e", "sha256": "e96516f47f710a8836a0a354d3e88586f695dfecaee28b5a54c570de2a2dcb15" }, "downloads": -1, "filename": "guibible-0.1.4-0.src.rpm", "has_sig": false, "md5_digest": "69a62c80e409984f154ea829530edd4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11616, "upload_time": "2015-09-25T15:29:44", "url": "https://files.pythonhosted.org/packages/05/a3/81ff7c012bd4c7642345935d273154a2134d80e8f874aae97d0eb0221d7f/guibible-0.1.4-0.src.rpm" }, { "comment_text": "built for Linux-3.10.0-299", "digests": { "md5": "8d0d2eb71ef83708ee57f8363c9b002b", "sha256": "665fdd4d13aed4c2190ecb98028071e0b2cd84c68a01d3a0080e5c29c477601c" }, "downloads": -1, "filename": "guibible-0.1.4-1.noarch.rpm", "has_sig": false, "md5_digest": "8d0d2eb71ef83708ee57f8363c9b002b", "packagetype": "bdist_rpm", "python_version": "any", "requires_python": null, "size": 11884, "upload_time": "2015-09-25T15:23:28", "url": "https://files.pythonhosted.org/packages/5b/c6/897fb41421a1df78f93f269acc5dc3fb7060f986728f38f0db76fff02f54/guibible-0.1.4-1.noarch.rpm" }, { "comment_text": "built for Linux-3.10.0-229.14.1.el7.x86_64-x86_64-with-glibc2.2.5", "digests": { "md5": "d6adfb10ca00d4e57d1311e32a6d8fd2", "sha256": "3539a753abbff84eb7bd71726b7fa57417eef039826e24857f1ae172c8e0fac1" }, "downloads": -1, "filename": "guibible-0.1.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d6adfb10ca00d4e57d1311e32a6d8fd2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5906, "upload_time": "2015-09-25T15:14:25", "url": "https://files.pythonhosted.org/packages/79/3c/6b0883e40667f8f98b2f5f297e6f2250a742e666bc9a70779c9c2fac4806/guibible-0.1.4.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "13a466b69cef91d341c98ee93cd92197", "sha256": "dd87c3517ae8fe19c8b23ec586767aa40c2924dc2403e840a93c0b5b7a05f54c" }, "downloads": -1, "filename": "guibible-0.1.4.tar.gz", "has_sig": false, "md5_digest": "13a466b69cef91d341c98ee93cd92197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4417, "upload_time": "2015-09-25T15:25:02", "url": "https://files.pythonhosted.org/packages/0b/02/45182b8c67a2df649adbdd724c683acc19a7088f69a04d312cfb529c97f3/guibible-0.1.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "2e1b004d7bbbd9c69c4efdf0512f9e98", "sha256": "d27e1d11d5fc68cbbff34783b17ed615bde296e82a92c2665d021d43c3504715" }, "downloads": -1, "filename": "guibible-0.1.4.win32.exe", "has_sig": false, "md5_digest": "2e1b004d7bbbd9c69c4efdf0512f9e98", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 198910, "upload_time": "2015-09-25T14:48:52", "url": "https://files.pythonhosted.org/packages/75/1e/91365a942e821690d993efa7cedccafb9afc9dcf5b02aa8b3f44d028f805/guibible-0.1.4.win32.exe" }, { "comment_text": "", "digests": { "md5": "ce36f5153fde4b604ceef747a6fb5595", "sha256": "6a9ad80cb8cf34492a8ec7e9b21dd070ed8e325525c9e54fe200d6eee118470d" }, "downloads": -1, "filename": "guibible-0.1.4.zip", "has_sig": false, "md5_digest": "ce36f5153fde4b604ceef747a6fb5595", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6246, "upload_time": "2015-09-25T14:49:03", "url": "https://files.pythonhosted.org/packages/92/c7/ef2ff7181e51bd8b56e877b26fff326b52374bc819a10e0691a3d4acc9d1/guibible-0.1.4.zip" } ] }