From 75a811bc47d83ecb8ac8c92cae33d2a3bb30f3d1 Mon Sep 17 00:00:00 2001 From: Harshit Kr Vishwakarma Date: Mon, 18 Oct 2021 14:45:45 +0530 Subject: [PATCH] Updated the README of Morse Code Converter. Added the screenshots of the program running in terminal and through Tkinter window. --- Morse-Code-Converter/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Morse-Code-Converter/README.md b/Morse-Code-Converter/README.md index 402f5a77..0489eb65 100644 --- a/Morse-Code-Converter/README.md +++ b/Morse-Code-Converter/README.md @@ -12,3 +12,12 @@ python3 main.py ```bash python3 converter_app.py ``` + +# Here are the some screenshots of the program. +
+Running the code in terminal

+ +Tkinter UI

+ +

+ \ No newline at end of file