mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
d23bbfdcf0
add the script to the projects list add requirements |
||
---|---|---|
.. | ||
README.md | ||
requirements.txt | ||
speak_like_yoda.py |
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.