From bd4df2b090de9076b64e03a63a5940a7510fcc12 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Thu, 26 Oct 2023 15:22:05 +0100 Subject: [PATCH] Added stupid emoji in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6aacd7f..cefea4bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/Py ## Features - Self Contained (no external lib required) -- Cross compatible: [Linux](https://en.wikipedia.org/wiki/Linux), [MacOS](https://en.wikipedia.org/wiki/MacOS), [MS Windows](https://en.wikipedia.org/wiki/Microsoft_Windows), [HTML5](https://en.wikipedia.org/wiki/HTML5) +- Cross compatible: [Linux](https://en.wikipedia.org/wiki/Linux)🐧, [MacOS](https://en.wikipedia.org/wiki/MacOS)🍎, [MS Windows](https://en.wikipedia.org/wiki/Microsoft_Windows)🪟, [HTML5](https://en.wikipedia.org/wiki/HTML5)🌍([Try](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html)) - Basic widgets for [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) development (Button, Label, checkbox, ...) - Specialized widgets to improve the usability (Windows, Frames, Tables, ...) - QT Like Layout system to help arrange the widgets in the terminal