Python Forum

Full Version: PySimpleGUI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

As part of my final year college project I am making a user interface that takes in information from the user and stores in an XML/METS document.

I have created the user interface using the PySimpleGUI Cookbook and I was wondering, how could I get the document created from the user interface to store in a type of database suitable for holding XML and METS documents?

If anyone has any solutions it would be greatly appreciated.

Thank you.