Welcome to my very first Python project — the Band Name Generator!
This little script was born out of Day 1 of the 100 Days of Python Bootcamp (yes, I only did one day lol… but hey, progress is progress 😂).
It’s simple, silly, and honestly kind of fun — just answer a couple of questions and boom… your band is ready for a world tour poster! 🎶
- Greets you with a fun intro.
- Asks:
- 🎨 What’s your favorite color?
- 🌪️ What’s the scariest weather or animal you can think of?
- Combines them into your unique band name suggestion.
- Python 3.x
- No extra libraries required
Clone the repo:
git clone https://github.com/awalker816/Python-Projects.git
cd Python-Projects
Run the script:
python "Band Name Generator.py"
The Ultimate Band Name Generator!
What’s your favorite color? Purple
What’s the scariest weather or animal? Tornado
Your ultimate band name could be: Purple Tornado!
- How to use the
print()
function - Getting user input with
input()
- String concatenation basics
- And most importantly… that even the smallest project counts when you’re learning!
- Add random adjectives for even wilder names
- Generate multiple names in one run
- Save results to a file
- Turn it into a cute little web app one day
April Walker
✨ This project might be tiny, but it’s special — it represents my very first step into Python. Who knows? Today it’s “Purple Tornado,” tomorrow it could be a full-blown cybersecurity project saving the world. 💜