This program take names as a input from the user and display the names after jumbling their last names with other's first names.
It's result day at school and not everyone is happy. You decided to make your friends laugh by jumbling their names to come up with some funny names.
python module random import random
Your laptop with 3.6.x (onwards) installed.
NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.
Windows: Download the version for your laptop via https://www.python.org/downloads/
NOTES In your preferred editor, make sure indentation is set to "4 spaces".
- Clone or download repositiory: https://github.com/arevish/jumbledname-generator.git
- In source folder, run
python3 'jumblenames.py'
to start program, optionally, run with--help
argument to see other runtime options.