Skip to main content

No project description provided

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 gibberish and vice versa.

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.

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: Parameter = A text string

  • return value

True or False

Example

from jibrish_to_hebrew import fix_jibrish

# Convert garbled text to plain Hebrew
result = fix_jibrish("your_garbled_string", conversion_mode="heb")

# Convert Hebrew text to gibberish
result = fix_jibrish("your_hebrew_string", conversion_mode="jib")

# Check if a string contains garbled text
result = check_jibrish("your__string")

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jibrish_to_hebrew-1.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page