diff --git a/README.md b/README.md index c49bb556..60a8d0a6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/Py [pyTermTk.Showcase.002.webm](https://user-images.githubusercontent.com/8876552/206490679-2bbdc909-c9bc-41c1-9a50-339b06dabecd.webm) ## [Features](https://ceccopierangiolieugenio.github.io/pyTermTk/info/features/index.html) -- Self Contained (no external lib required) +- Self Contained (no external lib required), Python 3.9 or above required. - [Cross compatible](https://ceccopierangiolieugenio.github.io/pyTermTk/info/features/crosscompatible.html): [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](https://ceccopierangiolieugenio.github.io/pyTermTk/info/features/widgets.html#base-widgets) for [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) development (Button, Label, checkbox, ...) - [Specialized widgets](https://ceccopierangiolieugenio.github.io/pyTermTk/info/features/widgets.html#specialised-widgets) to improve the usability (Windows, Frames, Tables, ...) @@ -28,9 +28,6 @@ and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/Py - Ful/Half/Zero sized Unicode characters 😎 - I am pretty sure there is something else... -## Limitations -- Only the key combinations forwarded by the terminal emulator used are detected (ALT,CTRL may not be handled) - --- ## Try the [Sandbox](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html) straight from your browser diff --git a/docs/source/index.rst b/docs/source/index.rst index 94a38e06..f90aaf5e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,8 @@ Welcome to pyTermTk_'s documentation! ===================================== +.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/96d2a1f0-721b-4988-b4cf-63e11fa31610 + Intro -----