Welcome to the Band Name Generator, a fun and colorful command-line tool that creates a quirky band name based on your city and petβs name! Built using Python with CLI styling from Colorama and a splash of ASCII charm from Cowsay.
- π€ Interactive CLI input for city and pet name
- π¨ Colorful terminal output with
colorama - π Fun ASCII cow presentation using
cowsay - β‘ Simple, fast, and beginner-friendly
- You enter the name of the city you grew up in.
(e.g. Delhi) - You enter your petβs name.
(e.g. Roxy) - It generates a band name like
DELHI ROXYwith colorful formatting and a cowsay cow.
- Clone the Repository
git clone https://github.com/yourusername/band-name-generator.git cd band-name-generator - Install Dependencies: Make sure Python 3.6+ is installed, then:
pip install colorama cowsay
- Run the Script
python band_name_generator.py
- Python 3.6 or higher
coloramaβ for terminal colorscowsayβ for ASCII cow output
band-name-generator-demo.mp4
Contributions are welcome!
- Fork this repo
- Create a new branch:
git checkout -b feature/your-feature - Commit:
git commit -m "Add feature" - Push:
git push origin feature/your-feature - Open a pull request
Coloramafor CLI colorsCowsayfor ASCII fun- Created with β€οΈ by Sibaram Behera