An open API service indexing awesome lists of open source software.

https://github.com/johnlk/domaingenerator

Spits out available domain names that are also pronounceable. Good if you need a company name.
https://github.com/johnlk/domaingenerator

Last synced: 10 months ago
JSON representation

Spits out available domain names that are also pronounceable. Good if you need a company name.

Awesome Lists containing this project

README

          

# Domain Generator

Get a list of domain names that are both available and pronouncable!

Run `python generateDomains.py` to get started domain searching.

While the script is running it will print results, and after running a file titled `available_domains.txt` will be outputted.

It currently stops after finding 25 domain names because the script takes a little bit of time; however, each time you run the script it will add to `available_domains.txt`, so run as many times as you please.