Macro windows open source

Record mouse and keyboard actions for infinite replay…

No more performing the same task twice!

Macro Recorder captures mouse events and keystrokes like a tape recorder, allowing you to automate tedious procedures on your computer.

Press Record. Perform the actions.

Macro Recorder records your mouse movements, mouse clicks and keyboard input. Just like a tape recorder for your computer.

Press Stop. Edit the macro.

The built-in macro editor allows you to review your recording, rearrange actions, change pauses or edit keyboard input.

Press Play. Repeat the macro.

Macro Recorder repeats your macro recording as often as needed, saving you from repetitive tasks. You can adjust playback speed and smooth out edgy mouse movements.

Desktop Automation

Automate any Windows/Mac desktop application. Macro Recorder will set your computer on autopilot to repeat tasks infinitely.

Automate Everything

Automate tedious tasks — Record and play back mouse movements, mouse clicks, and keyboard strokes.

Web Automation

Macro Recorder is also a Web recorder to automate any action in a browser.

Mouse Recorder

Macro Recorder includes a Mouse Recorder to capture your mouse movements, clicks and scrollwheel actions.

Keyboard Recorder

Macro Recorder also includes a Keyboard Recorder to record your text and keyboard input for infinite replay.

Automated Software Testing

Macro Recorder is the perfect tool for automated software testing.

What makes Macro Recorder so special?

We were aware about that there are many macro and mouse recording tools on the market.

…Learn more why we decided to come up with our approach:

Macro Recorder Clicks Smarter

Instead of using static X/Y coordinates, Macro Recorder can optionally find the desired click position with image & OCR text recognition.

Even if buttons are shifted around by advertisements on a web page, Macro Recorder can hit the right position. This method also speeds up the macro automation itself. Instead of static wait times, the macro proceeds exactly in the moment, if a web page is loaded or the remote controlled task is completed.

Consistent window sizes and positions

Macro Recorder also captures the position and size of the program windows that appear during the recording.

On playback, Macro Recorder restores the windows positions and sizes to ensure that the macro can be played back accurately every time.

Smart Mouse Recorder

Smart algorithms can turn shaky mouse moves into nice curved or linear shapes. This is great for creating screencasts as it eliminates visual distractions.

Playback speed can be adjusted for individual or all mouse movements.

Mouse movements can be excluded from playback, so only the clicks are executed.

No endless coordinates dumps

Other mouse recording software may throw large list of countless mouse coordinates to you. However, this approach makes it difficult to edit a macro as clicks and key presses are buried under all the mouse events.

Читайте также:  Rdp wrapper для windows server 2012 r2

Our Macro Recorder editor combines mouse moves between two clicks into one single mouse move action, that can be edited and re-arranged easily.

No programming. Period.

The Macro Recorder makes automation easy for everyone and not just for the programming expert.

There is no need to learn a proprietary scripting language — With Macro Recorder all is done via the easy-to-use interface.

Mouse path overlays

Macro Recorder visualizes the recorded mouse paths and clicks with overlay graphics, allowing you to identify each mouse event when editing the macro script.

Share Macros with the Team

If you combine Macro Recorder with our productivity solution «PhraseExpress», you get a professional automation suite:

  • Share macros with other users in the network.
  • Trigger macros by pressing a hotkey or entering a text shortcut.
  • Combine macros with additional text automation, provided by PhraseExpress.
  • Schedule automations in intervals or on a specific time/date.

Top 10 Free Macro Automation Software for Computers to Perform Repetitive Tasks

There are times when you need to do something over and over again on the computer which is very time consuming and tedious. One simple example is the need to transfer a lot of data from an Excel spreadsheet into a database management system (DMBS) and it cannot import the data from the XLS file. Instead of hiring a team of people to do the data input or a programmer to write a custom importer, you can actually rely on a piece of “Macro” software to automatically do it for you.

Macro software can be used to create a series of actions to help in automating tasks. It can be as simple as clicking a button to record your keyboard and mouse actions but it can also be very advanced where you get to write your own sophisticated macro script for play back. You can find both free and paid macro software, the free macro software is easier to use with less features while the paid versions support more commands and activations.

Here we have a list of our top 10 free macro software which can make your computer perform repetitive tasks.

Macro Dollar is an old and simple automation software that was originally created around 10 years ago for “paid to surf” programs to click on advertisement bars installed on computers. Since it can record both mouse actions and keyboard input for play back, we consider it to be a Macro software. Probably the most unique yet least used feature found in Macro Dollar is the “Shake” option where your mouse cursor shakes when a recording is being played.

The terms used in Macro Dollar are slightly different compared to the rest because this program is created by a Frenchman. For example, the Journal is normally called Macro and the Scenario is actually the Scheduler.

9. WinMacro

WinMacro is nearly as old as Macro Dollar and still worked perfectly when we briefly tested it using Windows 7. Only 3 steps are required to record; browse the location to save the recording file, click the record button and press the hardcoded hotkey Pause/Break to stop the recording. Whenever you want to play back the recording, simply browse the .log file and click the Playback button. The playback can be cancelled with the hotkey Ctrl+Esc. The Options button allows you to set the number of repetitions and playback speed.

Читайте также:  1050 ti mac os catalina

8. GhostMouse

GhostMouse is a no-brainer program that is incredibly simple with only 2 buttons (Play & Record) on the main graphical user interface. It is more suitable for quick and short term use but certainly not for automating repetitive task because there is no repeat or loop functionality. One unique feature to be found in GhostMouse is the ability to perform a list of actions such as turning off the computer on playback complete.

7. Do It Again

Do It Again is not much different if compared to the other 3 tools listed above but one advantage it has is the list of macro recordings displayed in the program, making it convenient for users who need to run different tasks without manually loading the scripts to the program.

For advanced users, another advantage found in Do It Again is the recordings that are saved as .DIA extension stored in the program’s folder are in clear text format which means you can actually edit the actions.

6. Mini Mouse Macro

Mini Mouse Macro is an open source macro software hosted at SourceForge. Other than the ability to record mouse & keyboard actions, looping/repeating playback, it also comes with a simple editor to add/remove/edit the captured actions.

There is a mouse checkbox and once it is ticked, Mini Mouse Macro will include the mouse movement of the X and Y position in the recordings. Defining a loop count is a bit tricky because you’ll need to click on the “Loop” word where a dialog box will be displayed and you can enter the value for the loop count. Command line is also supported and can be easily created from the Script Builder found in File menubar.

5. Macro Toolworks Free

Macro Toolsworks comes in 3 editions which are free, standard and professional. It is actually a very powerful macro automation software that supports over a hundred macro commands such as variables, finding an image on screen, sending emails, FTP, manipulating windows, etc. However, only basic macro commands such as sending keystrokes and mouse events are enabled in the free version which makes it a pretty basic macro software with an advanced interface.

4. Mouse Recorder Pro

Mouse Recorder Pro is created by a talented young man named Shay from Israel. A quick glance at the software’s interface would make you think that this is yet another simple record and playback macro software but it has much more to offer.

Mouse Recorder Pro can be really easy to use, thanks to the 5 big buttons where you can record, play, save and load recordings. Optionally, the built-in macro editor allows you to add or remove events to fine tune the accuracy of the actions. The last update which was released 3 years ago added user plugin support where you can code your own plugins using C# or Visual Basic .Net to manipulate your recording and playing script.

You can find our remaining top 3 together with a feature comparison table and summary listed on the second page.

Mini Mouse Macro

Light weight mouse and keyboard macro recording machine

Brought to you by: turnssoft

Downloads: 3,082 This Week

Last Update: 2021-03-15

Mini Mouse Macro is a great free mouse and keyboard recording macro. Mini Mouse Macro if different to other mouse macro’s out there because it can actively record your mouse movements, clicks and keys. Lower standard macro’s require you to actually enter the x and y position of your mouse and then ask you what to do. Mini Mouse Macro recorder takes it to the next level by recording your actions in real time.

Читайте также:  Как убрать панель задач с рабочего стола windows 10

Another great feature of Mini Mouse Macro is the ability to save your macro’s and load up whatever macro you need when you need it.

Mini Mouse Macro is totally portable — a single executable file!

Want a fee copy of Pro? Create a YouTube video of your macro and send me the link! https://www.turnssoft.com/mmmyoutube.html

Features

  • Simple and effective mouse macro
  • Automation for left click, right click, and keystrokes.
  • Option to loop macro
  • Certified 100% virus and malware free here: http://www.softpedia.com/get/System/System-Miscellaneous/Mini-Mouse-Macro.shtml
  • Free — really free (no ads, banners, or adware)
  • Save and Load macro’s
  • Future support and updates
  • Customize the display with slim screen options
  • No installation required. Full standalone application exe
  • Custom macro addition creation. Add whole words and sentences in a fraction of a second.
  • Command line scripting for macro task automation
  • In app script builder page
  • Ability to schedule Mini Mouse Macro tasks with macro scripts
  • Drag and drop or load Mini Mouse Macro save files into the macro list
  • Hotkeys and quick launch properties
  • Mini Mouse Macro PRO http://www.turnssoft.com/mini-mouse-macro-pro.html
  • Control macro flow with Conditional Formatting
  • Control and receive feedback via the network using the MMM Controller
  • Send and Recieve Macro commands over the network
  • Send Emails from Mini Mouse Macro
  • Connect to and send MYSQL statements from Mini Mouse Macro

Project Samples

Project Activity

Categories

License

Follow Mini Mouse Macro

Other Useful Business Software

Choose any of our carefully designed themes, or easily customize colors, fonts, and more to reflect your brand’s true look & feel.

Rate This Project

User Ratings

User Reviews

So, after trying and using Mini Mouse Macro, I can say the feeling is exhilarating. This was an excellent choice. MMM, in my opinion, is the best automation software out there. It caters to those who prefer the simpler pattern-based way of doing things, and with its advanced options also welcomes those who come with a more professional aim. MMM takes takes absolutely no time to learn. The minimalistic main dashboard is fantastic and real easy to grasp. And when it comes to automating tasks safely, there’s nothing it can’t do; it really is that powerful. Queue them up, loop them, add delays, click play and sit back ! The interface is polished, unintrusive and, very user friendly. I found no bugs whatsoever on all of my 20+ applications. Packed with options, it’s fast and stable at automating tasks; I really don’t know how did I ever did without it. All in all, I have to say: this is an example of what a program should be. Plus it’s portable, meaning you don’t need to install it on your system, it just runs off an .exe. Clear, easy to wrap your head around and simple if that’s all you need, yet the advanced features are right there if you need them. Long live Mini Mouse Macro! Pleeeeeeease make a linux version 😉

Great app! Has the featured I needed and I love the fact it is portable. Only real negative is the design/graphics of the app itself.

The program does not specify a license, but the copyright is indicated, which means that the program has a license not in MIT.

Оцените статью