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.
- Host: GitHub
- URL: https://github.com/johnlk/domaingenerator
- Owner: johnlk
- License: mit
- Created: 2018-03-02T19:56:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T19:49:53.000Z (over 7 years ago)
- Last Synced: 2025-02-06T13:16:57.293Z (over 1 year ago)
- Language: Python
- Size: 311 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.