A library to fetch Bible passages and copy them to the clipboard.
Project description
Bible Copier
A Python library and CLI to fetch Bible passages and copy them to your clipboard.
Installation
pip install bible-copier
CLI Usage
After installation, you can run the interactive tool:
bible-copy
It will prompt you for a verse reference like John 3:16 (NIV).
Library Usage
You can also use it in your own Python projects:
from bible_copier import fetch_passage
parts, reference, translation = fetch_passage("John 3:16 (NIV)")
if parts:
print("".join(parts))
Dependencies
meaninglesspyperclip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bible_copier-0.1.0.tar.gz.
File metadata
- Download URL: bible_copier-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ab58149955145b58fe368991e94c6518590ab44bebf6b3b0978ca623db59970
|
|
| MD5 |
88a9c350311343dfcdebd3cc5538389c
|
|
| BLAKE2b-256 |
4d8f12b1fdb09812435c55a2e1da9a385e8de4bd48c9f7b0208b23cbfab34599
|
File details
Details for the file bible_copier-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bible_copier-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc032a07bb57aab8afa2ccc047044c0aa475711bf66addba499ff17fcbab58f6
|
|
| MD5 |
33d6a9699b0dc004dfcd9c25edb86e3d
|
|
| BLAKE2b-256 |
2902561fcf367d0c0a486326249ab543297f74a466823c3561caf20961ac0e9d
|