trying to add images to README

This commit is contained in:
Joost Agterhoek 2024-08-15 21:31:23 +02:00
parent a540f01979
commit 67e80ef1f6

View File

@ -2,6 +2,8 @@
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. 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.
![screenshot of a tkinter host lookup application](/repository/assets/screenshot.png?raw=true "tkinter application screenshot")
## TODO ## TODO
- *TD* - Strip leading and trailing characters like parentheses, brackets, etc. and extract host information - *TD* - Strip leading and trailing characters like parentheses, brackets, etc. and extract host information
- *TD* - Reorganize the windows to have one window for extracting hosts and reformatting (adding comma's, quotes, etc.) and one window for lookup information - *TD* - Reorganize the windows to have one window for extracting hosts and reformatting (adding comma's, quotes, etc.) and one window for lookup information