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. π€
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!
If you want to try it out on your machine:
-
Clone the repo:
git clone https://github.com/your-username/band-name-generator.git cd band-name-generator -
Install the requirements:
pip install -r requirements.txt -
Run the app using Streamlit:
streamlit run app.py
Want to skip all that and just try it in your browser?
π Click here to launch the app!
This is just the beginning. Iβll be building more Python apps as I move through my training β stay tuned!