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.
- 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.
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.
- Clone the repository:
git clone https://github.com/Kushalshakya/Macro cd Macro
├── assets/ # Image files, icons, etc.
├── build/ # Build directory
├── CMakeLists.txt # CMake configuration file (if applicable)
├── mainwindow.cpp
├── mainwindow.h
├── mainwindow.ui
└── README.md
-
👨🎓 Kushal Shakya
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
