Giter VIP home page Giter VIP logo

prcrec's Introduction

prcrec

Victoria(codename: prcrec) is a simple recorder which records user's actions taken using keyboard and mouse wherever on the screen, doesnt matter on what window.

Victoria is in BETA phase. It actually supports recording ASCII chars, it recognizes all system key like Alt, AltGr,Shift etc. It wont record characters from e.g. UTF-8, for example character: 'ล›' will be wrote down as: [AltGr][s]

I used Win32 API to make all the application logic and a bit of reflection mechanism. The UI is built using modern WPF(Modern UI).

The app can:

  • record mouse x,y coodrinates according to foreground window,
  • record keyboard input whenever it is typed(does not need to enter text to textbox, just type),
  • fluent keyboard input method using all system keys(application record both keys pressed at a time),
  • detect what window is focused,
  • make a screen capture of the area near to the mouse click(in theory now),
  • save the macro to the CSV file,
  • work in the background without showing on the taskbar.

Main view of an app

Main view

App in action

App in action

IMPORTANT NOTES: There is a need to add Modern UI(mui) packages using NuGet. packages.config file contains a record for it, however VS not always want to resolve dependency that way so then:

  • remove reference,
  • enter NuGet,
  • find Modern UI(mui),
  • Install(or reinstall it),
  • Done.

prcrec's People

Contributors

0fca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

prcrec's Issues

Restarting recording doesn't work

After second Start button click the unmanaged code throws 126 error(ERROR_MOD_NOT_FOUND) so looks like some module hasn't been found but all modules that are used here is user32.dll.

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.