Want a GUI for a Python Scanner tool

Job ID: 36832171

Budget: $10 – $30 USD

I am looking for a developer to create a GUI for my Python SQLi vulnerability Scanner and report generation tool (contains less than 100 lines of code). Here are the project requirements:

Operating System:
- The GUI should be compatible with Linux.

Specific Functions:
- The GUI should have the ability to handle data input and output (the user will paste a URL in textbox and the result of the scan will be in PDF)
- It should also provide control over the scanner settings.
- scanning results should be displayed. (and have the option to print it out in PDF)

Preferred GUI Toolkit/Framework:
- There is no specific preference for the GUI toolkit or framework.(preferrably FLASK)

Skills and Experience:
- Proficiency in Python programming language.
- Experience in developing GUIs using Tkinter Flask or PyQt would be preferred.
- the existing tool can scan a URL and say whether the website is vulnerable, i want the new tool to provide a better vulnerability report and be able to highlight the threats and suggest remediation actions (basics only, eg: suggest the risk level (high, low, medium) and provide the CVE for that vulnerability)
If you are interested in this project, please share your relevant experience and provide examples of your previous work. Thank you. (to run the given code run the python file in the terminal and test out a vulneable site use : python3 dsss.py -u "http://testphp.vulnweb.com/artists.php?artist=1" )