A Python-based tool that generates unique brand names by combining user personality and industry keywords.
This project is inspired by my 3-year journey building Velmington. It’s a tribute to the "0-investment" mindset, showing how code can help automate the creative process of branding.
The script uses:
input()functions to gather founder data.- String Slicing to create custom suffixes (like the 'ington' in Velmington).
- String Methods like
.capitalize()for professional formatting.
- Make sure you have Python installed.
- Download
main.py. - Run
python main.pyin your terminal!