A sleek dark-themed desktop app that creates realistic synthetic order data.
Built with Python & Tkinter. No external dependencies except the standard library.
- Generates up to 200 000 records instantly
- Realistic English names and e-mails (
first.last@domain.com
) - Global cities, banks, payment types (Bank, Crypto, Cash)
- Live preview table + CSV export
- Fully dark UI out of the box
π¦ Requirements
Python 3.7+
No third-party packages (uses only tkinter, csv, datetime, threading)
# clone repo
git clone https://github.com/Notsink/synthetic-data-generator.git
cd synthetic-data-generator
# run
python sythethic-data.py