Awesome-Python-Scripts/speak_like_yoda
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30
..
README.md add yoda translator 2019-10-07 09:03:12 +02:00
requirements.txt Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30
speak_like_yoda.py Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30

Speak-Like-Yoda

Description

A python script that translates an input English sentence into Yoda-speak.

Usage

Run python speak_like_yoda.py. Type in your sentence to get it translated into Yoda-speak.

Requirements

The script only uses Python's standard modules random and string, so no additional installation is needed.