All Projects → Pulover → Puloversmacrocreator

Pulover / Puloversmacrocreator

Licence: other
Automation Utility - Recorder & Script Generator

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to Puloversmacrocreator

Rcc
RCC is a set of tooling that allows you to create, manage, and distribute Python-based self-contained automation packages - or 'robots' as we call them.
Stars: ✭ 168 (-79.08%)
Mutual labels:  automation, robot
Robotgo
RobotGo, Go Native cross-platform GUI automation @vcaesar
Stars: ✭ 7,095 (+783.56%)
Mutual labels:  automation, robot
Automagica
AI-powered Smart Robotic Process Automation 🤖
Stars: ✭ 2,610 (+225.03%)
Mutual labels:  automation, robot
Robotn
Robotn, Native cross-platform GUI automation
Stars: ✭ 123 (-84.68%)
Mutual labels:  automation, robot
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (-58.28%)
Mutual labels:  automation, robot
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (-11.96%)
Mutual labels:  automation
Appiumtestdistribution
A tool for running android and iOS appium tests in parallel across devices... U like it STAR it !
Stars: ✭ 764 (-4.86%)
Mutual labels:  automation
Puppeteer Api Zh cn
📖 Puppeteer中文文档(官方指定的中文文档)
Stars: ✭ 697 (-13.2%)
Mutual labels:  automation
Turtlebot3
ROS packages for Turtlebot3
Stars: ✭ 673 (-16.19%)
Mutual labels:  robot
Schemats
Generate typescript interface definitions from SQL database schema
Stars: ✭ 799 (-0.5%)
Mutual labels:  automation
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+796.76%)
Mutual labels:  automation
Ansible Best Practises
A project structure that outlines some best practises of how to use ansible
Stars: ✭ 735 (-8.47%)
Mutual labels:  automation
Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (-12.33%)
Mutual labels:  automation
Just Api
💥 Test REST, GraphQL APIs
Stars: ✭ 768 (-4.36%)
Mutual labels:  automation
Vssh
Go Library to Execute Commands Over SSH at Scale
Stars: ✭ 707 (-11.96%)
Mutual labels:  automation
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+799%)
Mutual labels:  automation
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (-14.82%)
Mutual labels:  robot
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+890.78%)
Mutual labels:  automation
Cmsscan
CMS Scanner: Scan Wordpress, Drupal, Joomla, vBulletin websites for Security issues
Stars: ✭ 775 (-3.49%)
Mutual labels:  automation
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (-9.22%)
Mutual labels:  automation

Pulover's Macro Creator

Pulover's Macro Creator is a Free Automation Tool and Script Generator based on AutoHotkey language. It features a large range of automation commands, has a built-in recorder and can capture inputs in its interface. The macros can be executed from the program itself or you can export them to AutoHotkey Script format.

www.macrocreator.com

Current Version: 5.4.0

Supported platforms

Windows 7, 8, 8.1, 10

(NOT tested on Windows XP, Vista)

Translations

You can make corrections to the Interface Language translations inside the application itself (Settings > Language editor).

You can submit your corrections or new translations from there too.

To translate the help file, use Documentation\MacroCreator_Help.ahk and the .md files in there.

Follow the compile instructions below to create a chm file.

The application is prepared to recognize a help file in the same directory of MacroCreator.exe, if named according to the .lang file of the currently selected language. For example, if the help file is for Chinese Simplified it must be named MacroCreator_Help_Zh_CN.chm or MacroCreator_Help_Zh.chm.

Compile Instructions

Source requires the latest version of AutoHotkey to run.

The source for SciLexer.dll can be found at fincs/SciTE4AutoHotkey.

The source for tesseract.exe can be found at tesseract-ocr/tesseract.

Installer is created with Inno Setup.

If you need to compile you may run the Compile.ahk script which generates the necessary files locally to create MacroCreator.exe, MacroCreator-x64.exe, MacroCreator_Help.chm and MacroCreator-setup.exe.

To compile you'll need:

  • The latest version of AutoHotkey installed.
  • mpress.exe inside AutoHotkey's Compiler subfolder, in its installation folder (this can be changed in Compile.ahk).
  • hhc.exe and hha.dll in Documentation\MacroCreator_Help-doc directory.
  • Inno Setup 6 installed.

Notes:

  • Execute MacroCreator.ahk at least once to create the .ini file with the current version. You might need to copy it from %AppData% to the script folder.
  • Setup and Help project files are maintained and created by BuildFiles.ahk.
  • Language files may be edited in Languages.xls. Run ExtractLangFiles.ahk to create the .lang files in the Lang directory.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].