ceccopierangiolieugenio / pyTermTk

Python Terminal Toolkit - a Spiced Up Cross Compatible TUI Library 🌶️
https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/
MIT License
598 stars 23 forks source link

Only for unix? #42

Closed borrrden closed 2 years ago

borrrden commented 2 years ago

This isn't listed anywhere in the limitations but is this project meant only for unix systems? Windows immediately produces the following error in Windows Terminal:

ERROR: No module named 'termios'

ceccopierangiolieugenio commented 2 years ago

I haven't managed to port the backend to Windows, At the moment it ran nativaly on Linux,Mac and on Windows using Cygwin or WSL I had no time to try a native porting, I was thinking to use curses for any non linux system in a short term.

borrrden commented 2 years ago

It's not a problem, just something I think is worth pointing out in the README.

ceccopierangiolieugenio commented 2 years ago

I will add this info in the README. Thanks.

ceccopierangiolieugenio commented 2 years ago

Added a note in the limitations https://github.com/ceccopierangiolieugenio/pyTermTk/blob/4f2f8403bf125edf91d3a4566060befcc8eff951/README.md?plain=1#L29

ceccopierangiolieugenio commented 1 year ago

MS Windows support added in: v0.36.0-a