Last updated:
0 purchases
cajunnamegenerator 0.2.2
Cajun Name Generator
Package to generate random Cajun first and last names.
Free software: MIT license
Documentation: https://cajun_name_generator.readthedocs.io.
Example
from cajun_name_generator import Cajunnames
name = Cajunnames()
name.random_first_name(3) # Prints and returns 3 first names in a list.
name.random_last_name(3) # Prints and returns 3 last names in a list.
name.random_full_name(3) # Prints and returns 3 full names in a list.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2021-09-06)
First release on PyPI.
0.1.3 (2021-09-07)
bugs
0.1.4 (2021-09-07)
bugs
0.1.5 (2021-09-07)
bugs
0.1.6 (2021-09-07)
bugs
0.2.0 (2021-09-07)
fixed problem with venv… I think.
0.2.1 (2021-09-07)
fixed problem with venv again… I think.
0.2.2 (2021-09-13)
Updated documentation example
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.