/TestDataGen

i got sick of trying to find test data for when i want start a new project

Primary LanguagePython

TestDataGen

This is a Python app to create test data using the faker module and store it into an SQLite3 Database.


Installation


Run the install.sh script this will install the python libraries needed to run the program.


Usage


Use python3 SQL3.py to run the main program this will give you a READ, WRITE eXit options and export them to the SQLite3 Database.


Misc


If you want to properly view the database you can use sqllitebrowser you can get it here

Linux (debian)


sudo apt-get update && sudo apt-get install sqlitebrowser -y