Python Forum

Full Version: Building Standalone desktop GUI app with wxpython
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have created a python script using Mechanize and BeautifulSoup modules. The script tries login to a website wih credentials and url in the script and print whether success or Authentication denied. It worked fine.

My requirement now is to build a standalone desktop GUI app using wxpython or any other on which an user can download dynamically input URL and credentials which can then call the python script as command line args.

I started learning wxpython, but not exactly sure how to proceed on this.

Can anyone brief me a prototype for this requirement and guide me in building GUI.

GUI requires.
3 Input Textboxes (username, password, url)
1 submit button (which invokes python script)

Note : The final result must also print on the GUI

Thanks
More or less any GUI tutorial for the desired framework would do
https://python-forum.io/Forum-GUI-tutorials
http://sebsauvage.net/python/gui/