After learning the basics of looking up IP addresses, domain names and URLs to find f.e. DMARC/SPF values, hostnames, IP addresses and such, I want to incorporate this in an easy-to-use GUI with tkinter.
Go to file
2024-08-23 21:37:53 +02:00
generic corrected wrong import and added generic lookup module 2024-08-14 15:34:48 +02:00
LICENSE Initial commit 2024-08-08 14:55:06 +02:00
README.md got an image centered and resized in raw HTML in a Gitea README.md[1;5C, what more can you want from a Thursday night 2024-08-15 21:54:15 +02:00
screenshot.png screenshot of basic functionality 2024-08-15 21:28:29 +02:00
tkinter-enter-classed-2.py finally got the execution flow right. The root app instantiates and gridss the input and look up frame => the input frame waits for input => the root app displays the data put in. I probably can still subclass the root app lookup() function, I just need to follow this execution flow. Happy! :D 2024-08-23 21:37:53 +02:00
tkinter-enter-classed.py probably too many files by now, but I'm slowly learning, will consolidate as soon as I have this controller setup down 2024-08-22 22:37:08 +02:00
tkinter-enter.py finally got the execution flow right. The root app instantiates and gridss the input and look up frame => the input frame waits for input => the root app displays the data put in. I probably can still subclass the root app lookup() function, I just need to follow this execution flow. Happy! :D 2024-08-23 21:37:53 +02:00
tkinter-example-enter.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00
tkinter-example-oop-1.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00
tkinter-example-oop-2.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00
tkinter-example-oop-3.py probably too many files by now, but I'm slowly learning, will consolidate as soon as I have this controller setup down 2024-08-22 22:37:08 +02:00
tkinter-example-passing-variables-between-windows-2.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00
tkinter-example-passing-variables-between-windows-3.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00
tkinter-example-passing-variables-between-windows.py some online examples of passing variables between windows 2024-08-21 22:14:09 +02:00

gui-host-lookup

After learning the basics of looking up IP addresses, domain names and URLs to find f.e. DMARC/SPF values, hostnames, IP addresses and such, I want to incorporate this in an easy-to-use GUI with tkinter.

TODO