An open API service indexing awesome lists of open source software.

https://github.com/aadewunmi/palindrome_project

Python (console-based) program to find out whether a word or sentence is a Palindrome (https://en.wikipedia.org/wiki/Palindrome).
https://github.com/aadewunmi/palindrome_project

palindrome python

Last synced: 3 days ago
JSON representation

Python (console-based) program to find out whether a word or sentence is a Palindrome (https://en.wikipedia.org/wiki/Palindrome).

Awesome Lists containing this project

README

          

# Palindrome_Project

This is a fun Python (console-based) program to find out whether a word or sentence is a Palindrome.

## Installation:

Download or clone the repository on your local machine.

```sh
$ git clone https://github.com/AAdewunmi/Palindrome_Project.git
$ cd Palindrome_Project.git
```

## Sample data (Word / Sentence Palindrome)

* https://en.wiktionary.org/wiki/Appendix:English_palindromes
* https://www2.cs.arizona.edu/icon/oddsends/palinsen.htm

## Console display :

![Image of Console](Screenshot.png)