Python Forum
Building Standalone desktop GUI app with wxpython - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Building Standalone desktop GUI app with wxpython (/thread-4145.html)



Building Standalone desktop GUI app with wxpython - manoj_nike15 - Jul-26-2017

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


RE: Building Standalone desktop GUI app with wxpython - buran - Jul-26-2017

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