Generate available app names
Project description
App name generator
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appname-generator-0.1.1.tar.gz.
File metadata
- Download URL: appname-generator-0.1.1.tar.gz
- Upload date:
- Size: 371.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9f6ef2541bf17d384cbd0b220be9ab1e86bae41f4f1c2beb4cbce0e5ba2d885
|
|
| MD5 |
a4b0e5e6c93c353a5a01055ba5583f0a
|
|
| BLAKE2b-256 |
f4d5d588fd676972d9d470e5e2d9ca2622d063a51e5ee97ec520f883d4bd0fb4
|
File details
Details for the file appname_generator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: appname_generator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 371.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca10a4473ecc04a1dea50623b76aac5a259e0c72b2b53293125939d07bec5ba
|
|
| MD5 |
20adf297cf2e57a2cde3eb1ac774483e
|
|
| BLAKE2b-256 |
f212f92d9d705cc60946b19d062a40bdf2ef9d94cd9d7dd2916fad04ca8409b1
|