+
+ Kotlin-faker is a comprehensive data-generation library for the JVM. + It is most suitable for development, testing, and data anonymization purposes, + and can be used with Kotlin, Java, Android, Scala, and other JVM-based projects. + Kotlin-faker provides realistic-looking, fake data generation capabilities in various domains like + names, addresses, internet, banking, books, games, and + {{ anchor(title='many more', collectionType='wiki', collectionId='', itemId='Data Providers') }}. +
- kotlin-faker is a data-generation library intended for use during development and testing,
- as well as for data-anonymization purposes.
+ In fact, kotlin-faker is so good at generating fake data, it almost fooled us into thinking it was real! 🤯
+ From names that sound like they belong to secret agents🕴️, to addresses where superheroes 🦸♂️
+ and villains 🦹 might live.
- It generates realistically looking fake data within a variety of different domains such as names, addresses,
- banking details, movies, games, and many more. Just like this fake logo, but not quite so.
+ Use kotlin-faker during development and testing to ensure your application data looks as if it was real,
+ just like this really fake logo, but not quite so.
+
+ Kotlin-faker is a kotlin port of a popular ruby faker gem.
+
+ ⚠️ P.S. + All names, addresses, bank accounts, and other data generated by this library - even those based on real strings - are entirely fictional. + All produced data is fake and generated... poorly. + The data is completely made up, but the problems that it tries to solve are real. + We take no responsibility for any existential crises caused by the eerily convincing fake data. + Use with caution! ⚠️
Some of the bits that kotlin-faker gives you are…