Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.03 KB

README.md

File metadata and controls

69 lines (42 loc) · 2.03 KB

Band-Name-Generator

A simple Python project that generates random band names based on user input or pre-defined word lists. This project is designed to inspire creativity, whether you're brainstorming names for a real band, a fictional project, or just having fun with random combinations.

Features:

Generates random band names based on word lists (e.g., adjectives, nouns, etc.)

Customizable for more word categories or specific themes

Simple and easy-to-use interface in the command line

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/band-name-generator.git
cd band-name-generator
  1. Install Dependencies: This project does not require any external libraries; it's a simple Python script that uses basic libraries. Ensure that you have Python 3.6+ installed. You can check your version of Python by running:
python --version
  1. Run the Script: You can run the Band Name Generator by executing the following command:
python band_name_generator.py

Usage

Upon running the script, you can choose from a variety of options:

Generate a Random Band Name: The script will create a unique name using combinations of adjectives and nouns.

Add Custom Word Lists: You can modify the script to include your own word lists for more personalized results.

Example:

Enter your favorite genre of music: Rock
Generating a band name based on your genre...
Band Name: The Electric Ravens

Customization

You can modify the word lists in the script to fit your preferences:

adjectives – A list of descriptive words (e.g., "electric," "wild," "silent").

nouns – A list of nouns to use in the band name (e.g., "ravens," "stars," "lions").

Simply add or modify words in these lists to generate different types of band names.

License

This project is licensed under the MIT License – see the LICENSE file for details.

Contributing

Feel free to open issues or submit pull requests for improvements! If you have an idea for new features or improvements, your contributions are welcome.