This is a simple command-line application that generates a unique band name based on user input.
- Asks for the city the user grew up in.
- Asks for the name of a pet.
- Combines them to suggest a band name.
- Clone this repository:
git clone https://github.com/YourGitHubUsername/python-band-name-generator.git(You'll update this URL later) - Navigate to the project directory:
cd python-band-name-generator - Run the Python script:
python "Band Name Generator.py"
- Python 3.x
This project was completed as part of Dr. Angela Yu's 100 Days of Code: The Complete Python Pro Bootcamp on Udemy (Day 1). It helped me practice basic input/output, string concatenation, and f-strings in Python.
Disclaimer: This project is for learning purposes and was developed as part of a bootcamp.