This project provides a GUI based application to select tables from an SQLite3 Database and export them .CSV files.
This project's original purpose was to provide a tool for converting Bentley AutoPIPE Results Database files into .csv files for easier processing for Engineering analysis. However, the tool has now been generalized to allow it to work for conversion of any SQLite3 database tables.
This project was coded in Python, using standard libraries.
The latest release contains a pre-compiled executable, which can be downloaded and used immediately.
Alternatively, the .py file, containing the code can be downloaded and compiled by the end user.

