Skip to main content

Generate random names

Project description

Py Random Words

Installation

To install, simply:

$ pip install py_random_words

Usage

from py_random_words import RandomWords

rnd_word = RandomWords()

print(rnd_word.get_word()) # alpaca
print(rnd_word.get_word()) # cat
print(rnd_word.get_word()) # dog

Release steps

# Make sure you have the latest versions of setuptools and wheel installed
$ python3 -m pip install --user --upgrade setuptools wheel

# Now run this command from the same directory where setup.py is located
$ python3 setup.py sdist bdist_wheel

# Uploading the distribution archives
$ python3 -m pip install --user --upgrade twine
$ twine upload dist/*

Ref: https://packaging.python.org/tutorials/packaging-projects/#packaging-your-project

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

py_random_words-0.5.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

py_random_words-0.5.3-py2.py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 2 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