/is_palindrome

A python module for checking palindrome property in a string

Primary LanguagePython

is_palindrome

It is a simple python module for checking the palindrome property in a string.

Installation

You can install is_palindrome from PyPI

pip install is-palindrome

How to use

It is a command line application just enter is_palindrome followed by a word in command prompt.

$ is_palindrome aba
True

$ is_palindrome pavan
False

$ is_palindrome 
Empty String

Thank you.