Skip to content

Apparata is a library that lets you quickly generate sample datasets by providing all the functions to create commonly used fields.

License

Notifications You must be signed in to change notification settings

nishantgerald/apparata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apparata: A Python Script for Generating Realistic Data

PyPI - License PyPI version

Apparata is a Python script that can be used to generate realistic data for a variety of purposes, such as testing, prototyping, and machine learning. It is primarily a wrapper for some functions from the faker library, which provides a wide range of data generation options. However, this script has additional capabilities that Faker does not provide. Apparata can generate a wide range of data types, including:

  • Integers
  • Floats
  • First names
  • Last names
  • Addresses
  • Phone numbers
  • Datetimes
  • Emails
  • Latitudes and longitudes

How to Install Apparata

pip install apparata

How to Use Apparata

To use Apparata, simply import the script into your Python program and call the desired function. For example, to generate a random integer with 7 digits, you would use the following code:

import apparata

number = apparata.generate_integer(7)

About

Apparata is a library that lets you quickly generate sample datasets by providing all the functions to create commonly used fields.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages