Skip to content

amit7git/Python--Day-1-Band_Name_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 1 – Band Name Generator 🎸

Part of my 100 Days of Python Projects challenge.
This project recreates the classic Python Band Name Generator using a terminal-style web interface.


🚀 Project Overview

The Band Name Generator asks the user for the name of the city they grew up in and their pet’s name, then combines them to generate a fun band name.


📚 What I Learned

  • Understanding basic program flow (input → process → output)
  • Translating beginner Python logic into JavaScript
  • Working with string concatenation
  • Handling user input dynamically in a terminal-style UI

🛠 How It Works

  1. User enters the name of the city they grew up in
  2. User enters their pet’s name
  3. The app combines both inputs and displays a generated band name

💡 Code Highlights

  • Capturing user input step by step
  • Concatenating strings to form the band name
  • Displaying output dynamically in a terminal-style interface

🧪 Example

    Welcome to the Band Name Generator.
    What's the name of the city you grew up in? Boston
    What's your pet's name? Buddy
    Your band name could be: Boston Buddy

▶️ How to Run

  1. Open the project using the Live Demo link, or
  2. Clone the repository and open index.html in a browser
  3. Click Run and follow the on-screen prompts

🌐 Live Demo

https://amit7git.github.io/Python--Day-1-Band_Name_Generator/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors