From bb967c2af2bdccf0a01ffd85616a679efcfff19d Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Fri, 9 Aug 2024 10:28:03 +0200 Subject: [PATCH] trying out markdown cursive --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2f8f99..e653031 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,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. ## 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 - - TD - Rewrite the code to use classes for window and their functions (f.e. https://stackoverflow.com/a/17466924) -- TD - Try to create a copy-paste button: https://www.delftstack.com/howto/python/python-copy-to-clipboard/#copy-text-to-clipboard-in-python-using-the-tkinter-module, https://stackoverflow.com/a/71357987 -- ==TD== - Instead of a label showing the output, use a text box: https://pythonguides.com/python-tkinter-text-box/ + - *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* - Rewrite the code to use classes for window and their functions (f.e. https://stackoverflow.com/a/17466924) +- *TD* - Try to create a copy-paste button: https://www.delftstack.com/howto/python/python-copy-to-clipboard/#copy-text-to-clipboard-in-python-using-the-tkinter-module, https://stackoverflow.com/a/71357987 +- *TD* - Instead of a label showing the output, use a text box: https://pythonguides.com/python-tkinter-text-box/