This project is a modified version of ANU Online Personal Data Generator and Corruptor (GeCo) by Khoi-Nguyen Tran, Dinusha Vatsalan, and Peter Christen. (https://dmm.anu.edu.au/geco/index.php) The original code was licensed under MPL 2.0 and written for Python 2.
Changes made by Tymoteusz Strojny in 2024:
- Converted codebase from Python 2 to Python 3
- Added generate_phone_number_poland and generate_birthdate functions in attrgenfunct.py file
- Added CorruptBirthYear class, CorruptPlaceholder and corrupt_names method in corruptor.py file
- Added CorruptPolishLetters and generate_polish_personal_id in corrupt.py and attrgenfunct.py files
The modified code remains under the MPL 2.0 license.