Skip to content

An amazingly accurate fake personalities generator.

License

Notifications You must be signed in to change notification settings

stanislavovsky/TrollFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrollFactory

Codacy Badge GitHub License GitHub commit activity GitHub repo size

Rewrite coming soon, stay tuned!

TrollFactory is an extensible fake personalities generator aiming to produce large amounts of coherent and plausible data that can be easily tailored for various use cases. It utilizes interchangeable datasets containing collections of open-source data on the demographics and topography of different regions.

Install

A PyPI package is being released with the first stable version of TrollFactory 3.x. If you want to try it out right now, you can simply clone this repository:

git clone [email protected]:stanislawowski/TrollFactory.git -b rewrite

And use the library in your Python 3 shell/projects:

from trollfactory import factory
person = factory.Person('pl_PL', static_properties={'sex': {'sex': 'female'}})
person.generate()

About

An amazingly accurate fake personalities generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages