Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 899 Bytes

File metadata and controls

22 lines (16 loc) · 899 Bytes

Python Band Name Generator

This is a simple command-line application that generates a unique band name based on user input.

Features

  • Asks for the city the user grew up in.
  • Asks for the name of a pet.
  • Combines them to suggest a band name.

How to Run

  1. Clone this repository: git clone https://github.com/YourGitHubUsername/python-band-name-generator.git (You'll update this URL later)
  2. Navigate to the project directory: cd python-band-name-generator
  3. Run the Python script: python "Band Name Generator.py"

Technologies Used

  • Python 3.x

Learning Notes

This project was completed as part of Dr. Angela Yu's 100 Days of Code: The Complete Python Pro Bootcamp on Udemy (Day 1). It helped me practice basic input/output, string concatenation, and f-strings in Python.


Disclaimer: This project is for learning purposes and was developed as part of a bootcamp.