I have created a python script using Mechanize and BeautifulSoup, to login to a website and hardcoded credentials and url in the script. It worked fine.
My requirement now is to build a standalone desktop GUI app using wxpython or any other on which an user can input URL and credentials which can then call the python script.
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 1 submit button which invokes python script
Thanks