Nickname generator
Project description
(supports cyrillic and latin)
Installation and usage
From pypi:
$ pip install nickname_generator
From dist:
$ pip install dist/nickname_generator-*.tar.gz
Script usage:
>>> from nickname_generator import generate
>>> print(generate())
Nickname
Console usage:
$ python nickname_generator
Nickname
Options
You can specify locale (available ‘en’ and ‘ru’ values).
For example:
>>> from nickname_generator import generate
>>> print(generate('ru'))
Никнейм
Or pass it as argument in console:
$ python nickname_generator ru
Никнейм
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
File details
Details for the file nickname_generator-1.0.2.tar.gz
.
File metadata
- Download URL: nickname_generator-1.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bb400a1058ae024fb69d1206330411517c1f3dfc396eb08231bbbaf8d2bf694e
|
|
MD5 |
5f294f05a51fa5b71c2d96f0bb8878de
|
|
BLAKE2b-256 |
e7188ccd2f6c8da361e05034ed9832945a7f2e85164a939fdd4151295c9b42e1
|