On 09:06 pm, nbdar...@gmail.com wrote:
Is there telnet client in python?
i want to write NetHack telnet GUI app)

The Python stdlib has a module named telnetlib which offers rudamentary telnet support. Twisted includes twisted.conch.telnet which implements a much more complete telnet library. Twisted also includes twisted.conch.insults which provides basic terminal control functionality (so you can tell what nethack is trying to do over your telnet connection).

Jean-Paul
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to