This is a Python app to create test data using the faker module and store it into an SQLite3 Database.
Run the install.sh script this will install the python libraries needed to run the program.
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.
If you want to properly view the database you can use sqllitebrowser
you can get it here
sudo apt-get update && sudo apt-get install sqlitebrowser -y