Git Product home page Git Product logo

name_generator's Introduction

Austrian Data Generator

Overview

The Austrian Data Generator is a C++ tool designed to generate realistic Austrian personal data for testing and development purposes. It creates CSV files containing randomly generated names, email addresses, birth dates, passwords, and Austrian phone numbers.

Features

  • Generates the following data:
    • Full names (using common Austrian names)
    • Email addresses (based on generated names)
    • Birth dates (in dd:mm:yyyy format)
    • Secure passwords (12 characters, including symbols and numbers)
    • Austrian phone numbers (without +43 prefix)
  • Outputs data in CSV format for easy parsing and integration with other tools
  • Customizable number of records to generate

Requirements

  • C++17 compatible compiler (e.g., GCC, Clang)
  • Standard C++ libraries

Compilation

To compile the Austrian Data Generator, use the following command:

g++ -std=c++17 austrian_data_generator.cpp -o austrian_data_generator

Usage

  1. Run the compiled program:

    ./austrian_data_generator
    
  2. When prompted, enter the number of records you want to generate.

  3. Enter the desired output filename (without the .csv extension).

  4. The program will generate the data and save it to the specified CSV file.

Output Format

The generated CSV file will have the following columns:

Name,Email,BirthDate,Password,Phone

Example row:

Anna Müller,[email protected],15:7:1985,P@ssw0rd123!,06501234567

Notes

  • This tool is intended for testing and development purposes only. The generated data is not real and should not be used for any official or production purposes.
  • The generated email addresses use a fictional domain (@example.com). Replace this with an appropriate domain if needed.
  • Ensure proper security measures when handling the generated data, especially the passwords.
  • The birth dates are randomly generated and may not accurately represent Austrian demographic data.

Customization

You can easily customize the tool by modifying the firstNames, lastNames, and phone number prefixes vectors in the source code to include more varied or specific data.

License

This tool is provided as-is, without any warranty. Feel free to modify and use it for your development and testing needs.

name_generator's People

Contributors

houmairi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.