Top "Raw-input" questions

The raw input API provides a stable and robust way for applications to accept raw input from any HID (Human Interface Devices), including the keyboard and mouse.

Trying to install module win32clipboard

I'm new to python and i'm trying to install win32clipboard to be able to use this code: import win32…

python python-2.7 installation raw-input
How to read multiple lines input in python

I am new to Python and I was trying to workout an interviewstreet problem of Kingdom Connectivity. Although, I managed …

python input raw-input
Trying to use raw input with functions

I am new to python and I'm trying to make a command kind of thing for a program with raw_…

python function raw-input
Low level keyboard hook & keystrokes from rawinput

Currently, I'm making a program that intercept keystrokes from a specific keyboard (filtered using its HID). So to know which …

c# keyboard-hook raw-input low-level-api
Reading input from raw_input() without having the prompt overwritten by other threads in Python

I'm trying to let the user input commands at a console using raw_input(), this works fine. The problem is …

python multithreading raw-input
How to use raw_input with argv?

I'm doing ex13 from Learn Python The Hard Way I'm trying to pass: python ex13.py raw_input() raw_input() …

python argv raw-input
Can you remap keys of a specific keyboard?

I've got two keyboards attached to my computer. A normal full-size keyboard and a numeric keypad. I want to "remap" …

windows keyboard-hook raw-input
How to use raw_input() with while-loop

Just trying to write a program that will take the users input and add it to the list 'numbers': print "…

python while-loop raw-input
Use os.listdir to show directories only

How can I bring python to only output directories via os.listdir, while specifying which directory to list via raw_…

python raw-input os.path
user input with node.js

I have the following Node.js code that behaves strangely: #!/usr/bin/env node "use strict"; var readline = require('readline'); …

node.js input raw-input