home.social

#keypress — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #keypress, aggregated by home.social.

  1. @voltagex

    readline() and other similar functions aren't really well-suited to this; they're for streams, and "get a keypress and return immediately" isn't a stream operation.

    There are PyPI packages that make this sort of thing much simpler. Searching "keypress" will find a few.

    #string #stream #IO #input #keypress

  2. @voltagex

    readline() and other similar functions aren't really well-suited to this; they're for streams, and "get a keypress and return immediately" isn't a stream operation.

    There are PyPI packages that make this sort of thing much simpler. Searching "keypress" will find a few.

    #string #stream #IO #input #keypress