Coder Social home page Coder Social logo

invaderzim85 / inputcounter Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 170 KB

Tool to track your input activity (keyboard / mouse)

License: MIT License

C# 95.85% PowerShell 4.15%
csharp efcore mahapps mvvm net7 sqlite wpf globalhook hooks keyboard

inputcounter's Introduction

InputCounter

Releases License Version

This is a small program which counts the keyboard strokes and the mouse clicks (left and right button).

This program is a new version of KeyCount

Where is the data stored (aka Security / Keyboard-Sniffer)

The data is stored locally in an SQLite database (InputCountDatabase.db). The data is only used locally on the computer and is not transferred.

If you want to look at the data, you can use the free program DB Browser.

How does it work?

The tool uses a low level keyboard and mouse hook to detect an action. So it can maybe possible that your anti virus tool will alert you.

I use Windows Defender and have had no problems so far

Example

Main window

MainWindow

Data window

DataWindow

DataWindow

DataWindow

Import data from KeyCount

If you've used the old KeyCount tool you can import your old data. There are two possible ways:

  1. Manual: Use the DB Browser
  2. Automatically: Use the KeyCountImporter

With the manual process you've more flexibility in what you want to import. The automatically process is easier.

Automatic process

To use the automatic process, you've to do the following:

  1. Navigate with powershell, cmd or windows terminal into the directory which contains the KeyCountImporter exe (tools directory)
  2. Start the program with the following parameters:
    • -s / --source [Path of the KeyCount database]
    • -t / --target [Path of the InputCounter database]
    • -o / --override Add this switch to override the existing values. If you don't add this value, the values of the KeyCount will be added to the values of the InputCounter
    • v / --verbose Add this switch to create a verbose log
  3. Done

Here is a small example:

KeyCountImport.exe -s D:\Test\KeyCountDatabase.db -t D:\Test\InputCountDatabase.db -o -v

inputcounter's People

Contributors

invaderzim85 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.