Band Name Generator
ππ Project Idea: Make a Band Name Generator!
Ready to create the next big band name? Let Python help you dream it up!
πΈπΈπΈ
π Whatβs the project?
Code a Band Name Generator using Python! When someone runs your program, it will mash together cool words to create random and funny band names! π
Examples:
- Electric Koala
- Glowing Spaghetti
- Frozen Bananas
π§ What will I learn?
- How to store lists of words in Python
- How to combine strings to make new ones
- How to generate random choices from a list
- How to print results and ask the user questions
π© Helpful Feature Cards:
π¨ Make It Yours!
Try one or more of these cool twists:
- Add a question: βWhatβs your favourite animal?β β and use that in the name
- Let users choose a theme: spooky, space, funny, animals
- Turn it into a band name quiz: Ask the user questions about their band then choose a theme for them based on their answers
- Forget the band! π€― Why not think about what else could be generated using random words from lists??? A super-hero generator perhaps? A password generator maybe? Or how about a book title creator to serve as inspiration for a story?
β¬οΈ Simplify It!
Want to make the project more simple? Sure, no problem! π
Forget using lists and random numbers for now...try this instead:
- Just
print
two words using+
or anf""
- Get more fancy and get the user to
input
two words thenprint
them using+
or anf""
π‘ Extension Challenge:
- Can you make a version that lets users like band names with π (1) or π (0) and remembers their likes?
π§ͺ Want to Go Deeper?
- π Technique Card: str and int in Python (deeper)
- π Technique Card: Importing and Using Modules in Python (deeper)
- π Technique Card: Lists in Python (deeper)
π¦ Youβll need:
- Python (IDLE or Other IDE such as VSCode)
- A sense of humour π€