reverse-read

A package for read reversed texts.


Keywords
reading, reverse, reverse-read
License
MIT
Install
pip install reverse-read==0.2

Documentation

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"