Skip to content

knowbee/py-rwafaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwafaker

Downloads Open Source Love Open Source Love

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']

About

This package generates massive amounts of realistic fake data in Rwanda native language (Ikinyarwanda)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages