From ac7c059d346beb3f698a456bd24bd84bdadfa3d5 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Fri, 9 Aug 2024 10:29:19 +0200 Subject: [PATCH] set one item to done (D) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e653031..6892114 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ After learning the basics of looking up IP addresses, domain names and URLs to f - *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/ +- *D* - Instead of a label showing the output, use a text box: https://pythonguides.com/python-tkinter-text-box/