A Python package for converting jibrish string to Hebrew.
Project description
jibrish to hebrew
Description
jibrish_to_hebrew
is a Python function that simplifies the conversion between garbled text and Hebrew. It can convert a garbled Hebrew string to plain Hebrew or transform Hebrew text into jibrish and vice versa.
for example: 'ùìåí ìëåìí' --> 'שלום לכולם'
Usage
convert function - fix_jibrish
The function takes the following parameters:
-
Parameter 1: garbled Hebrew string
Provide a garbled Hebrew string as input to be converted. -
Parameter 2 (optional): Conversion mode
You can specify the conversion mode using this optional parameter. It accepts two values:"heb"
: To convert the input to Hebrew."jib"
: To convert the input to gibrish.
Default is
heb
test function - check_jibrish
A function to check if a certain string contains correct Hebrew or corrupted Hebrew
Suitable for checking metadata of songs
-
Parameter: A text string
-
return value:
True
If the string is garbled, orFalse
if she is ok
Example
from jibrish_to_hebrew import fix_jibrish, check_jibrish
jibrish_string = 'ùìåí ìëåìí'
hebrew_string = 'שלום לכולם'
# Convert garbled text to plain Hebrew
heb_result = fix_jibrish(jibrish_string, "heb")
# Convert Hebrew text to gibrish
jib_result = fix_jibrish(hebrew_string, "jib")
# Check if a string contains garbled text
bool_result = check_jibrish(jibrish_string)
Return
print(f'{garbled_string}: {result_heb}')
print(bool_result)
ùìåí ìëåìí: שלום לכולם
True
Installation
You can install this package using pip:
pip install jibrish-to-hebrew
Acknowledgments
This software is created and maintained by nh.local11@gmail.com.
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
File details
Details for the file jibrish_to_hebrew-1.4.1.tar.gz
.
File metadata
- Download URL: jibrish_to_hebrew-1.4.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23dc31d5857468cfb40324bc1c4d1c41ca1e2a197aa79da142d98fad4a917af1 |
|
MD5 | 1688470f9195e43aa764c8de8953efaa |
|
BLAKE2b-256 | 04a3043bc5a255a38361ad98a01ef9bebaf63e0cc3b1663e798b6de7e5380a18 |