Skip to content

Commit

Permalink
Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
guinhx committed Dec 22, 2021
1 parent 463d7fa commit 073ba79
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# ActionRecorder
Fully open-source Macro Recorder project.

# Action Recorder

Hi, I hope you all are well!

This is a project for creating a macro, aimed at those who need to automate some repetitive tasks.

The idea came from a personal need and I didn't like the ones I found for my purpose, the development of my own application was so pleasant that I decided to make it available to everyone.

The project is currently meeting the initial requirement, and I've now also reached the point of starting the step of refactoring some parts to improve the porformance, so keep following the development and put it to good use.

## Screenshots

#### Initial Screen
![App Screenshot](showcase/basic.png)

#### Actions Recorded and Imported Action File.
![App Screenshot](showcase/record_and_import.png)

## Features

- Record keyboard and cursor actions.
- Record actions to play in loop using ``/loop [args]`` command.
- Play or stop previous or imported actions recorded.
- Fully open-source.
- Export or import recorded actions.
- Clear log console using ``/clear`` command.
- Modern UI design made with ❤.

## Feedback

If you have any feedback, please reach out to us at [email protected]


## License

[MIT](https://choosealicense.com/licenses/mit/)

Binary file added showcase/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added showcase/record_and_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 073ba79

Please sign in to comment.