faker

  1. aeric

    B4J Library [B4X] Faker

    Version: 1.00 A simple fake data generator library Code corrected from ChatGPT. GitHub: https://github.com/pyhoon/Faker-B4X Welcome to fork and contribute. Code example: Dim fk As Faker fk.Initialize Log(fk.FullName) ' e.g. Alice Miller Log(fk.Email) ' e.g. alice.smith@mail.com...
Top