Skip to main content

The Queb name generator

Project description

PyPI

qng, the Queb name generator.

Requirements

To run qng, you will only need Python ≥ 3.4.

For installing, we recommend using the pip package manager.

Installing

To install qng system-wide, run:

sudo pip3 install qng

To install qng manually from source, the steps are as follows:

git clone git@github.com:abusque/qng.git
cd qng
sudo ./setup.py install

Using

Once installed, you can use qng by running the following command:

qng

This will generate a single random Queb name.

You can also generate names for a specific gender:

qng --gender male

Generate names according to their relative popularity:

qng --weighted

Generate a name formatted as “snake_case” without any diacritics (useful for naming your containers):

qng --snake-case

Here’s how you could use this to name a Docker container:

docker run --name $(qng --snake-case) hello-world

All the above options may be combined if desired. Refer to the help for more details:

qng --help

Development

For local development of qng, you may use pipenv. Use pipenv install --dev to generate a virtual environment into which the dependencies will be installed. You may then use pipenv shell to activate that environment.

For publishing releases to PyPI, we recommend using Twine.

References

The data for qng was sourced from l’institut de la statistique for surnames, and from PrénomsQuébec.ca for first names (who in turn get their data from Retraite Québec’s banque de prénoms).

Scripts used for scraping the data from the web pages can be found under the scripts/ directory.

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

qng-0.4.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

qng-0.4.0-py3-none-any.whl (15.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