https://github.com/hansschouten/domainnamegenerator
Generate available domain names based on word analysis of a chosen language
https://github.com/hansschouten/domainnamegenerator
domain-name domainname language-analysis name-generator
Last synced: 5 months ago
JSON representation
Generate available domain names based on word analysis of a chosen language
- Host: GitHub
- URL: https://github.com/hansschouten/domainnamegenerator
- Owner: HansSchouten
- Created: 2017-10-08T16:21:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T16:41:03.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T03:19:55.748Z (over 1 year ago)
- Topics: domain-name, domainname, language-analysis, name-generator
- Language: Python
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Name Generator
Generate available domain names based on word analysis of a chosen language
## Dependencies
The following third party libraries should be installed:
1. [python-whois](https://pypi.org/project/python-whois/)
2. [NumPy](http://www.numpy.org/)
3. [Pyphen](https://github.com/Kozea/Pyphen)