Skip to content

Files

Latest commit

d23bbfd · Oct 7, 2019

History

History
This branch is 251 commits behind hastagAB/Awesome-Python-Scripts:master.

speak_like_yoda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 7, 2019
Oct 7, 2019
Oct 7, 2019

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.