alexanderlukanin13 / coolname

Random Name and Slug Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello from Golang port!

sio opened this issue Β· comments

Thanks for creating and maintaining this project! Over the years I used it to generate a lot of cool names in Python! πŸŽ‰πŸ₯³

Recently I've started to use Golang and I was sad to find out that similar Golang libraries generate names that are a lot less cool. So I've ported your project over: https://github.com/sio/coolname

My library uses your word lists and config.json, the rest of the code was written by me from scratch. Tracking upstream for changes is semi-automated and requires minimal human oversight, so I think I'll be able to keep up. The port is not at feature parity yet, especially with regard to config validation, but it works with default dataset and that's 99% of what I need.

Hope you or some of your users will find it useful. Thanks again for all the cool names!