From 67e80ef1f63a879a91144915e177103df14b96bf Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 15 Aug 2024 21:31:23 +0200 Subject: [PATCH] trying to add images to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9663cb1..da42ff9 100644 --- a/README.md +++ b/README.md @@ -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. +![screenshot of a tkinter host lookup application](/repository/assets/screenshot.png?raw=true "tkinter application screenshot") + ## TODO - *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