Skip to content

The Band Name Generator is a simple web-based application built as part of my introductory Python training. It takes two user inputs, the city the user grew up in and the name of a pet, and combines them to generate a custom band name.

License

Notifications You must be signed in to change notification settings

ldwit/BandNameGeneratorApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎸 Band Name Generator App

Welcome to my very first Python project! This is part of a Python training course I'm currently taking. The goal? Create a fun little program that helps you come up with your rockstar-worthy band name. 🀘

πŸ’‘ What It Does

You enter:

  • The city you grew up in
  • The name of a pet

And it spits out your epic band name by combining the two. Simple, but fun!

πŸ§ͺ How to Run It (Locally)

If you want to try it out on your machine:

  1. Clone the repo:

    git clone https://github.com/your-username/band-name-generator.git
    cd band-name-generator
    
  2. Install the requirements:

    pip install -r requirements.txt
    
  3. Run the app using Streamlit:

    streamlit run app.py
    

🌐 Live Demo

Want to skip all that and just try it in your browser?

πŸ‘‰ Click here to launch the app!

πŸš€ What's Next?

This is just the beginning. I’ll be building more Python apps as I move through my training β€” stay tuned!

About

The Band Name Generator is a simple web-based application built as part of my introductory Python training. It takes two user inputs, the city the user grew up in and the name of a pet, and combines them to generate a custom band name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages