Skip to content

Kushalshakya/Macro

Repository files navigation

Macro Application using C++ and Qt

This project is a macro application built using C++ and Qt, designed to automate repetitive tasks with a customizable user interface. The application utilizes C++ for the core logic and Qt for the graphical user interface (GUI), ensuring ease of use and cross-platform compatibility.

Features

  • Customizable Macro Actions: Allows users to define custom sequences of actions that can be executed with a single click.
  • User-Friendly GUI: Built with Qt, the application provides an intuitive interface for setting up and running macros.
  • Efficient and Fast: Optimized for quick execution of predefined tasks.

Requirements

Before running the application, make sure you have the following installed:

  • Qt (version 5.15 or later) – for GUI components and cross-platform compatibility.
  • C++ Compiler (such as GCC or MSVC) – for building the application.
  • CMake (optional but recommended) – for building the project.

Installation

  1. Clone the repository:
    git clone https://github.com/Kushalshakya/Macro
    cd Macro

Screenshots

Macro Application Screenshot

File Structure

├── assets/            # Image files, icons, etc.
├── build/             # Build directory
├── CMakeLists.txt     # CMake configuration file (if applicable)
├── mainwindow.cpp
├── mainwindow.h
├── mainwindow.ui
└── README.md

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

Macro is specifically designed for automation of specific repeating tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published