This package generates massive amounts of realistic fake data in Rwanda native language (Ikinyarwanda)
Project description
rwafaker
This is a simple python package that generates massive amounts of realistic fake data in Rwanda native language (Ikinyarwanda)
Installation
The distribution is hosted on pypi at: https://pypi.org/project/rwafaker/. To directly install the package from pypi, run from your terminal::
$ pip install rwafaker
Usage
Single Outputs
from rwafake import rwafaker
fname = rwafaker.firstName() # 'Bisamaza'
lname = rwafaker.lastName() # 'Smith'
fullName = rwafaker.fullName() # 'Bisamaza Smith'
email = rwafaker.email() # 'bisamaza_sm@gmail.com'
Multiple Outputs
from rwafake import rwafaker
fname = rwafaker.firstName(2) # ['Ngarambe', 'Rwigema']
lname = rwafaker.lastName(2) # ['Barker', 'Fuller']
fullName = rwafaker.fullName(2) # ['Kandekwe Galloway', 'Buhigiro Byers']
email = rwafaker.email(2) # ['banganirora.suarez@ur.ac.rw', 'umugaba.cox@yahoo.com']
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
rwafaker-2.0.6.tar.gz
(1.9 kB
view details)
File details
Details for the file rwafaker-2.0.6.tar.gz
.
File metadata
- Download URL: rwafaker-2.0.6.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10ea18ec55c9ab03ff6b95d9d46a0f2e8bbe622367c1875324a1f3dbb7d914e5 |
|
MD5 | cb1a23e1e777aced7924c30ec34473a9 |
|
BLAKE2b-256 | c39f5c19b007c3b2b0bbde4f88144f54cb3d9d8e7f27126e526edf840aa23b5b |