Skip to content

awalker816/band-name-generator

Repository files navigation

🎸 The Ultimate Band Name Generator 🎤✨

Python
Status
Beginner Friendly

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! 🎶


📖 Features

  • 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.

🛠️ Requirements

  • Python 3.x
  • No extra libraries required

🚀 Getting Started

Clone the repo:

git clone https://github.com/awalker816/Python-Projects.git
cd Python-Projects

Run the script:

python "Band Name Generator.py"

💡 Example Output

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!

📚 What I Learned

  • 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!

🔮 Future Enhancements

  • 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

👩🏽‍💻 Author

April Walker

  • 🎓 Cybersecurity & IT Professional | Python Beginner
  • 🌐 LinkedIn | GitHub

✨ 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. 💜

About

Band name generator created with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages