This repository contains two scripts (Python and Bash) for generating unique and creative names for programs using a list of words from various languages. It's a handy tool for developers looking for naming inspiration for their projects.
- Generates program names using vocabulary from English, German, Spanish, and French.
- Offers different naming formats including combinations of words and numbers.
- User-friendly interface to select the language and format for the program name.
These instructions will help you get a copy of the project up and running on your local machine.
- Python 3.x (for running the Python script)
- Bash shell (for running the Bash script)
|-- LICENSE |-- README.md |-- Words | |-- de.txt (German vocabulary) | |-- en.txt (English vocabulary) | |-- es.txt (Spanish vocabulary) | |-- fr.txt (French vocabulary) |-- main.py (Python script) |-- generate_name.sh (Bash script)
- Clone or download this repository to your local machine.
- Ensure that you have Python 3.x installed for the Python script and a Bash shell available for the Bash script.
- Navigate to the directory containing
main.py
. - Run the script using Python:
python main.py
- Follow the on-screen prompts to choose the language and format for your program name.
- Navigate to the directory containing
generate_name.sh
. - Make the script executable:
chmod +x generate_name.sh
- Run the script:
./generate_name.sh
- Follow the on-screen prompts to choose the language and format for your program name.
Contributions, suggestions, and feedback are welcome. Feel free to fork this repository and submit pull requests.
This project is open-sourced under the MIT License. See the LICENSE file for more details.
This README.md provides an overview of the project and includes instructions for both the Python and Bash scripts. Make sure to adjust any paths or filenames if they differ from what's specified here. Also, you might want to add more details or customize it further based on your project's requirements. ChatGPT can ma