Skip to main content

A package for read reversed texts.

Project description

Reverse Read

installation

install :

pip install reverse-read

import :

from reverse_read.reverse_read import reverse_read

reverse_read()

Returns reversed text.

# only the text-parameter is required

print(reverse_read(
    "text",
    "side", # <0 or 1>
    "sensible" # <True or False>
))

Example

print(reverse_read("اثممخ")) # returns "hello"

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

reverse-read-0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

reverse_read-0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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