Ape / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
712 stars 189 forks source link

Add notice about `windows-curses` #116

Open filips123 opened 5 years ago

filips123 commented 5 years ago

I added notice about windows-curses in dependencies.

windows-curses adds support for the standard Python curses module on Windows. Based on https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses. Uses the PDCurses curses implementation.