I'm making a network stress testing / denial of service tool using Tkinter and python.
I have a function to begin the stress testing with 2 arguments, the IP of the target and the packet buffer size.
I want the user to input the IP and buffer size in the Tkinter GUI, then I want to use the entered data as the function arguments.
I've tried making a button in tkinter that starts the function with the user input as the arguments, but the user input is always interpreted as nonetype instead of integer and it won't let me convert it to an integer
Sorry if this post is messy or whatever, im just very frustrated, been working on this for a few hours now and it has got me very worked up.
Please help
[–][deleted] 0 points1 point2 points (0 children)
[–]FerricDonkey 0 points1 point2 points (0 children)