Skip to main content

Generate available app names

Project description

App name generator

pypi icon View on pypy

Installation

For end user

pip install app-name-generator

For development

  • Clone the project
git clone https://github.com/sylvanld/app-name-generator.git
cd app-name-generator
  • Install dev dependencies

Using pipenv

pipenv install --dev

Using pip

pip install requirements/development

Example usage

Generate 5 randoms domains, available for either .io, .com, or .fr TLD with a max length of 6 characters.

appname generate 5 --max-length 6 --tlds io,com,fr

Output lists of domains on which names are available.

['stics.io']
['slewer.io', 'slewer.fr']
['nbaci.io', 'nbaci.com', 'nbaci.fr']
['affixe.io', 'affixe.fr']

Documentation

appname generate -h
usage: appname generate [-h] [--min-length MIN_LENGTH] [--max-length MAX_LENGTH] [--tlds TLDS] [--exclusive] number

positional arguments:
  number                number names to generate

optional arguments:
  -h, --help            show this help message and exit
  --min-length MIN_LENGTH
                        minimum length of names to generates
  --max-length MAX_LENGTH
                        maximum length of names to generates
  --tlds TLDS           comma separated list of TLDs without spaces (e.g: com,fr)
  --exclusive           Decide wether domain should be available for all TLDs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appname-generator-0.1.1.tar.gz (371.5 kB view hashes)

Uploaded Source

Built Distribution

appname_generator-0.1.1-py3-none-any.whl (371.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page