This app copies contents of your clipboard and formats them into a readable SQL string that can be used in a Visual Basic application. A formatted string is also immediately copied back into the clipboard.
Dependencies required for the script to work:
pip3 install pyperclip and either one of the following: sudo apt-get install xsel sudo apt-get install xclip