A python application that allows users to choose whether to generate a dragon and or penguin name based on their first name, birth month and gender.
- Fork and clone this repo.
cd
intopython_name_generator
.- Run
python app.py
.
- Validating user input
- Check for non letter inputs on name and gender
- Check for non numerical inputs on birth month
Alex Peirson (@AKP-13) & Atheer Musa (@atheermusa)