Skip to main content

Utilities to read single characters and key-strokes

Project description

VERSION

DOWNLOADS

TESTS

COVERAGE

Latest PyPI version

Number of PyPI downloads

Travis results

Coveralls results_

Library to easily read single chars and key strokes.

Goal and Philosophy

Born as a python-inquirer requirement.

The idea is to have a portable way to read single characters and key-strokes.

Documentation

Installation

pip install readchar

The readchar library is compatible with python 2.6, 2.7, 3.2 and 3.3.

Usage

Usage example:

import readchar

c = readchar.readchar()
key = readchar.readkey()

API

There are just two methods:

readchar()

Reads the next char from stdin, returning it as a string with length 1.

readkey()

Reads the next key-stroke from stdin, returning it as an string.

A key-stroke can have:

  • 1 character for normal keys: ‘a’, ‘z’, ‘9’…

  • 2 characters for combinations with ALT: ALT+A, …

  • 3 characters for cursors: ->, <-, …

  • 4 characters for combinations with CTRL and ALT: CTRL+ALT+SUPR, …

There is a list of previously captured chars with their names in readchar.key, in order to be used in comparations and so on. This list is not enough tested and it can have mistakes, so use it carefully. Please, report them if found.

SO Support

Sadly, this library has only being probed in GNU/Linux. Please, if you can try it in another SO and find a bug, put an issue or send the pull-request.

Thank you!

License

Copyright (c) 2014 Miguel Ángel García (@magmax9).

Based on previous work on gist getch()-like unbuffered character reading from stdin on both Windows and Unix (Python recipe), started by Danny Yoo.

Licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readchar-0.2-test1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

readchar-0.2-test1.linux-i686.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file readchar-0.2-test1.tar.gz.

File metadata

  • Download URL: readchar-0.2-test1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for readchar-0.2-test1.tar.gz
Algorithm Hash digest
SHA256 43d062bfb1fb3fadcd15cf8f9459a0d0d0bf899c9b2e78500acb0b68d00c0ad5
MD5 e2aefdd620343e6c7818dd73fceba9a5
BLAKE2b-256 16e6e9a0143e3d396be13587323c9bb7bc2d3f4001c1b9468e8d3dbe046c3393

See more details on using hashes here.

File details

Details for the file readchar-0.2-test1.linux-i686.tar.gz.

File metadata

File hashes

Hashes for readchar-0.2-test1.linux-i686.tar.gz
Algorithm Hash digest
SHA256 8bc7b3b47f01c6100eef5d27fa479089fcbe4ca96f03dc31031566e86b114d6a
MD5 f2aa4eaf040f893b89e931b8484a5aaf
BLAKE2b-256 558a344c545de52e72f039ec8a4d486e7aa6373920f5e1e0cb19b34e25bb22e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page