Search code examples
pythonuser-interfaceportable-applications

Python GUI for portable app


I am developing a python app, using python and sqlite and GUI to re-create a Access 2007 report generating app. Since the app is portable, I'm looking for GUI solution for python that user doesn't need to install addition things before using the app.

Is there any GUI solution suits my need? Thanks!


Solution

  • wxPython is very portable