From d9182cd3cd4d6ae8a3e52ee55fffcd99ecaf4d07 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Fri, 20 Oct 2023 12:14:02 +0100 Subject: [PATCH] updated doc --- docs/MDNotes/msWindows/Resources.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/MDNotes/msWindows/Resources.md b/docs/MDNotes/msWindows/Resources.md index a127c6a7..f3444200 100644 --- a/docs/MDNotes/msWindows/Resources.md +++ b/docs/MDNotes/msWindows/Resources.md @@ -1,17 +1,29 @@ # Run Python - pyTermTk on Wine32: ```bash -~/.var/app/net.lutris.Lutris/data/lutris/runners/wine/lutris-GE-Proton8-5-x86_64/bin/wine /home/one/.wine/drive_c/windows/system32/cmd.exe +# cmd in the terminal +~/.var/app/net.lutris.Lutris/data/lutris/runners/wine/lutris-GE-Proton8-5-x86_64/bin/wine cmd +# cmd in a wine window +~/.var/app/net.lutris.Lutris/data/lutris//runners/wine/lutris-GE-Proton8-5-x86_64/bin/wine wineconsole # Install python from https://www.python.org/downloads/windows/ # Copy the pyTermTk demo and TermTk folder in # ~/.wine/drive_c/users/one/AppData/Local/Programs/Python/Python310-32 +C: cd C:\users\one\AppData\Local\Programs\Python\Python310-32 python.exe demo/demo.py ``` +# termios wrappers + - termiWin -> https://github.com/veeso/termiWin + # Competitors with MS-Win support -## Textual -> https://github.com/Textualize/textual +### Textual -> https://github.com/Textualize/textual + +### TheVTPyProject -> https://github.com/srccircumflex/TheVTPyProject -## TheVTPyProject -> https://github.com/srccircumflex/TheVTPyProject \ No newline at end of file +# Incompatible code (the one using termios): + - TermTk/TTkCore/TTkTerm/readinputlinux.py + - TermTk/TTkCore/TTkTerm/readinputlinux_thread.py + - TermTk/TTkCore/TTkTerm/term_unix.py