[Tutor] Hii

David Rock david at graniteweb.com
Thu Jun 20 12:51:43 EDT 2019


> On Jun 20, 2019, at 03:28, Alan Gauld via Tutor <tutor at python.org> wrote:
> 
> On 19/06/2019 23:30, Antonio Arizpe wrote:
> 
>> i just need help with a script thats registers keystrikes and adds up all
>> the times youve struck a key and gives a number of the total amount of
>> times the keyboard was struck. nothing specific about characters. just how
>> many times it was struck in a real number.
> 
> It is possible, but it will likely be OS specific so you need to
> tell us which OS you are using/targeting.
> 
> Also any code that you've tried always helps along with any error
> messages. Also tell us about any 3rd party libraries you are using.


Also, what’s the use case?  Do you want this to be something that is only capturing keystrokes within the program itself, or do you mean to capture all keystrokes happening regardless of application focus (i.e., system-level key logging)?


— 
David Rock
david at graniteweb.com






More information about the Tutor mailing list